Skip to content

Commit

Permalink
Hide NPM Scripts Explorer
Browse files Browse the repository at this point in the history
Previously the builtin "NPM Script Explorer" was hidden by default,
but as of VS Code 1.37 (1) it has been enabled by default because
regarding to the release notes it was "difficult to discover".

References:
  (1) https://code.visualstudio.com/updates/v1_37#_npm-scripts-explorer-visible-by-default

Resolves GH-214
  • Loading branch information
arcticicestudio committed Aug 10, 2019
1 parent d8a8141 commit 673e844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/visual-studio-code/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"npm.enableScriptExplorer": false,
"problems.autoReveal": false,
"search.collapseResults": "alwaysCollapse",
"search.useGlobalIgnoreFiles": true,
Expand Down

0 comments on commit 673e844

Please sign in to comment.