“运行任务”并选择我的“构建 typescript ”任务。 然后显示消息: Continue without scanning th-6ren">
gpt4 book ai didi

typescript - 修复 Visual Studio Code 中的 "Continue without scanning the task output"

转载 作者:行者123 更新时间:2023-12-02 18:48:31 24 4
gpt4 key购买 nike

我创建了一个运行 typescript 的任务,然后转到“终端”>“运行任务”并选择我的“构建 typescript ”任务。

然后显示消息:

Continue without scanning the task output

enter image description here

我已阅读链接页面,但找不到任何内容。我该如何摆脱这个消息?

tasks.json:

{
"version": "2.0.0",
"tasks": [
{
"label": "Build Typescript",
"command": "tsc"
}
]
}

最佳答案

如果您只是希望该特定任务不显示该消息,请将其添加到您的任务中:

"problemMatcher": []

如果您希望扫描输出,请选择或创建问题匹配器。您可以在 VS Code 文档的这一部分中阅读更多相关信息:

Processing task output with problem matchers

关于typescript - 修复 Visual Studio Code 中的 "Continue without scanning the task output",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56519017/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com