mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Fixes #25518: Cannot associate a problem matcher with an auto detected tasks
This commit is contained in:
@@ -33,7 +33,8 @@ const extensions = [
|
||||
'html',
|
||||
'git',
|
||||
'gulp',
|
||||
'grunt'
|
||||
'grunt',
|
||||
'jake'
|
||||
];
|
||||
|
||||
extensions.forEach(extension => npmInstall(`extensions/${extension}`));
|
||||
|
||||
Reference in New Issue
Block a user