Exclude vscode sandbox (#701)

* Exclude vscode sandbox

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Remove search exclusion since it inherits from file exclusion

* Improved comment description

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Tweak excludes

* Tweak excludes

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Pokey Rule <755842+pokey@users.noreply.github.com>
This commit is contained in:
Andreas Arvidsson 2022-05-26 21:27:16 +02:00 committed by GitHub
parent 660a961154
commit eb1ed615b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.exclude": {
"out": false // set this to true to hide the "out" folder with the compiled JS files
"out": false, // set this to true to hide the "out" folder with the compiled JS files
".vscode-sandbox": true
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
@ -10,7 +11,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode",
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
"typescript.tsc.autoDetect": "off",
"npm.exclude": "**/.sandbox/**/*",
"npm.exclude": "**/.vscode-sandbox/**/*",
"cSpell.words": [
"Autoformatting",
"camelize",