We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3612fc2 commit de7808bCopy full SHA for de7808b
.vscode/settings.json
@@ -1,17 +1,18 @@
1
{
2
"files.exclude": {
3
+ "**/.DS_Store": true,
4
"**/.git": true,
- "**/.svn": true,
5
"**/.hg": true,
6
- "**/.DS_Store": true,
7
- "**/Thumbs.db": true,
+ "**/.svn": true,
8
"**/.turbo": true,
9
"**/node_modules": true,
+ "**/Thumbs.db": true,
10
"**/vitest/dist": true
11
},
12
"search.exclude": {
13
14
15
"vitest.rootConfig": "./vitest.config.ts",
16
"vitest.workspaceConfig": "./vitest.config.ts",
17
+ "github.copilot.chat.codeGeneration.useInstructionFiles": true
18
}
0 commit comments