提交 8c1c1d14 编写于 作者: E Erich Gamma

Added npm install to the list of discovered npm tasks

上级 944d4f13
......@@ -90,6 +90,8 @@ async function getNpmScriptsAsTasks(): Promise<vscode.Task[]> {
}
result.push(task);
});
// add some 'well known' npm tasks
result.push(new vscode.ShellTask(`npm: install`, `npm install`));
return Promise.resolve(result);
} catch (e) {
return Promise.resolve(emptyTasks);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册