Skip to content

Commit

Permalink
Don't hide build folders
Browse files Browse the repository at this point in the history
This was getting too annoying needing to comment out these lines
  • Loading branch information
Tyriar authored Nov 1, 2024
1 parent f701d07 commit 6684c40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
},
// Hide output files from the file explorer, comment this out to see the build output
"files.exclude": {
"**/.nyc_output": true,
"**/lib": true,
"**/dist": true,
"**/out": true,
"**/out-*": true,
"**/.nyc_output": true
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.quoteStyle": "single",
Expand Down

0 comments on commit 6684c40

Please sign in to comment.