diff --git a/.vscode/settings.json b/.vscode/settings.json index ba6e793db..1460e3fd8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,7 @@ "github.copilot.chat.codeGeneration.useInstructionFiles": true, "github.copilot.enable": { "javascript": true, - "markdown": true + "markdown": true, + "json": true } }