mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Fixes #22069: Define extension story for tasks
This commit is contained in:
@@ -31,7 +31,8 @@ const extensions = [
|
||||
'javascript',
|
||||
'css',
|
||||
'html',
|
||||
'git'
|
||||
'git',
|
||||
'gulp'
|
||||
];
|
||||
|
||||
extensions.forEach(extension => npmInstall(`extensions/${extension}`));
|
||||
Reference in New Issue
Block a user