From 5b4d40ad1341990d17b974aca74b426712a68d86 Mon Sep 17 00:00:00 2001 From: "gregojquiros@gmail.com" Date: Mon, 11 Dec 2023 16:02:35 +0100 Subject: [PATCH] Scoped configuration to noir --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8beb36..04b132d 100644 --- a/package.json +++ b/package.json @@ -120,8 +120,10 @@ } }, "configurationDefaults": { - "editor.defaultFormatter": "noir-lang.vscode-noir", - "editor.formatOnSave": true + "[noir]": { + "editor.defaultFormatter": "noir-lang.vscode-noir", + "editor.formatOnSave": true + } } }, "scripts": {