Skip to content

Commit aa8db15

Browse files
authored
Tweak workspace settings for VS Code startup perf (Azure#15956)
This greatly improved my first open experience on my laptop. The only tradeoff is `node_modules` folders won't appear in the file tree of VS Code, but I think this is a pretty uncommon place to browse into manually.
1 parent 9b9a9d1 commit aa8db15

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dataplane.code-workspace

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,10 @@
298298
"**/*.d.ts": true,
299299
"**/test-browser/*": true
300300
},
301-
"typescript.tsdk": "core-http/node_modules/typescript/lib"
301+
"typescript.tsdk": "core-http/node_modules/typescript/lib",
302+
"files.exclude": {
303+
"**/node_modules": true
304+
}
302305
},
303306
"extensions": {
304307
"recommendations": [

0 commit comments

Comments
 (0)