Fixes #25518: Cannot associate a problem matcher with an auto detected tasks

This commit is contained in:
Dirk Baeumer
2017-05-19 17:35:08 +02:00
parent a331c647e7
commit 87cfa19524
16 changed files with 500 additions and 88 deletions

View File

@@ -33,7 +33,8 @@ const extensions = [
'html',
'git',
'gulp',
'grunt'
'grunt',
'jake'
];
extensions.forEach(extension => npmInstall(`extensions/${extension}`));