Skip to content

Commit

Permalink
Tweak workspace settings for VS Code startup perf (#15956)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xirzec authored Jun 24, 2021
1 parent 9b9a9d1 commit aa8db15
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dataplane.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,10 @@
"**/*.d.ts": true,
"**/test-browser/*": true
},
"typescript.tsdk": "core-http/node_modules/typescript/lib"
"typescript.tsdk": "core-http/node_modules/typescript/lib",
"files.exclude": {
"**/node_modules": true
}
},
"extensions": {
"recommendations": [
Expand Down

0 comments on commit aa8db15

Please sign in to comment.