chore: Disable gulp/npm tasks autodetect

This commit is contained in:
Mattia Astorino 2017-07-18 14:00:43 +02:00
parent 305eeb566b
commit 3df09c1514

View file

@ -23,5 +23,7 @@
"editor.tabSize": 4,
"editor.wordWrap": "on",
"editor.quickSuggestions": false
}
},
"gulp.autoDetect": "off",
"npm.autoDetect": "off"
}