新版本的Visual Studio Code 1.14如何配置HTML页面运行任务?{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"taskName": "echo",
"command": "echo Hello",
"type": "shell"
}
]
}
http://jingyan.baidu.com/article/6b18230995d481ba59e15971.html