Skip to content

Commit de7808b

Browse files
CopilotpolRk
andcommitted
Sync vscode settings with main branch
Co-authored-by: polRk <[email protected]>
1 parent 3612fc2 commit de7808b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"files.exclude": {
3+
"**/.DS_Store": true,
34
"**/.git": true,
4-
"**/.svn": true,
55
"**/.hg": true,
6-
"**/.DS_Store": true,
7-
"**/Thumbs.db": true,
6+
"**/.svn": true,
87
"**/.turbo": true,
98
"**/node_modules": true,
9+
"**/Thumbs.db": true,
1010
"**/vitest/dist": true
1111
},
1212
"search.exclude": {
1313
"**/vitest/dist": true
1414
},
1515
"vitest.rootConfig": "./vitest.config.ts",
1616
"vitest.workspaceConfig": "./vitest.config.ts",
17+
"github.copilot.chat.codeGeneration.useInstructionFiles": true
1718
}

0 commit comments

Comments
 (0)