Skip to content

Commit c252329

Browse files
chore(vscode): enable Copilot for json files to match Vue stack
1 parent 1a30a89 commit c252329

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
33
"github.copilot.enable": {
44
"javascript": true,
5-
"markdown": true
5+
"markdown": true,
6+
"json": true
67
}
78
}

0 commit comments

Comments
 (0)