chore: Disable gulp/npm tasks autodetect
This commit is contained in:
parent
305eeb566b
commit
3df09c1514
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -23,5 +23,7 @@
|
|||
"editor.tabSize": 4,
|
||||
"editor.wordWrap": "on",
|
||||
"editor.quickSuggestions": false
|
||||
}
|
||||
},
|
||||
"gulp.autoDetect": "off",
|
||||
"npm.autoDetect": "off"
|
||||
}
|
Loading…
Reference in a new issue