puyoufeng 2017-07-31 09:38 采纳率: 0%
浏览 2741

Visual Studio Code 1.14如何配置HTML页面运行任务?

新版本的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"
}
]
}

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-07-31 15:38
    关注
    评论

报告相同问题?