Skip to content

Commit 5d9f877

Browse files
committed
Contribute configuration for ID regex
1 parent b460869 commit 5d9f877

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,11 @@
99
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
1010
"typescript.tsc.autoDetect": "on",
1111
"editor.insertSpaces": false,
12+
"github.copilot.enable": {
13+
14+
"*": true,
15+
"plaintext": false,
16+
"markdown": false,
17+
"scminput": false
18+
},
1219
}

0 commit comments

Comments
 (0)