未验证 提交 5a1242ab 编写于 作者: A Alex Ross 提交者: GitHub

Detail for npm: install task (#83765)

Fixes #83654
上级 58f74cf0
......@@ -253,7 +253,7 @@ async function provideNpmScriptsForFolder(packageJsonUri: Uri): Promise<Task[]>
result.push(task);
});
// always add npm install (without a problem matcher)
result.push(createTask('install', 'install', folder, packageJsonUri, undefined, []));
result.push(createTask('install', 'install', folder, packageJsonUri, 'install dependencies from package', []));
return result;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册