mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Grunt autodetection for terminal task runner
This commit is contained in:
@@ -32,7 +32,8 @@ const extensions = [
|
||||
'css',
|
||||
'html',
|
||||
'git',
|
||||
'gulp'
|
||||
'gulp',
|
||||
'grunt'
|
||||
];
|
||||
|
||||
extensions.forEach(extension => npmInstall(`extensions/${extension}`));
|
||||
|
||||
Reference in New Issue
Block a user