From 3df09c1514921f20696156173a5f13369b2e51e1 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Tue, 18 Jul 2017 14:00:43 +0200 Subject: [PATCH] chore: Disable gulp/npm tasks autodetect --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 46700f9..036bc65 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,7 @@ "editor.tabSize": 4, "editor.wordWrap": "on", "editor.quickSuggestions": false - } + }, + "gulp.autoDetect": "off", + "npm.autoDetect": "off" } \ No newline at end of file