Skip to content

Commit c4f4de8

Browse files
committed
Tweak settings.json to ignore routeTree.gen.ts
1 parent 0e5cf97 commit c4f4de8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.vscode/settings.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,15 @@
88
"editor.defaultFormatter": "biomejs.biome"
99
},
1010
"typescript.enablePromptUseWorkspaceTsdk": true,
11-
"typescript.tsdk": "node_modules/typescript/lib"
11+
"typescript.tsdk": "node_modules/typescript/lib",
12+
"files.readonlyInclude": {
13+
"**/routeTree.gen.ts": true
14+
},
15+
"files.watcherExclude": {
16+
"**/routeTree.gen.ts": true
17+
},
18+
"search.exclude": {
19+
"**/package-lock.json": true,
20+
"**/routeTree.gen.ts": true
21+
}
1222
}

0 commit comments

Comments
 (0)