mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Added npm extension that contributes tasks for npm scripts
This commit is contained in:
@@ -36,7 +36,9 @@ const extensions = [
|
||||
'grunt',
|
||||
'jake',
|
||||
'merge-conflict',
|
||||
'emmet'
|
||||
'emmet',
|
||||
'npm',
|
||||
'jake'
|
||||
];
|
||||
|
||||
extensions.forEach(extension => npmInstall(`extensions/${extension}`));
|
||||
|
||||
Reference in New Issue
Block a user