gpt4 book ai didi

visual-studio-code - 从 vscode 中的任务运行特定启动

转载 作者:行者123 更新时间:2023-12-05 04:36:31 25 4
gpt4 key购买 nike

当我在 vscode 上打开项目时,我希望它以 Debug模式开始运行。我在 launch.json 文件中有一个午餐配置,当我点击“F5”时,它以 Debug模式启动项目。此外,我还有一个带有 "runOptions": {"runOn":"folderOpen"} 选项的 vscode 任务。问题是:据我所知,任务只能运行命令或其他任务。是否可以配置命令以运行特定的“从 launch.json 启动?

最佳答案

您可以使用扩展名 Launch Configs

在扩展设置 (settings.json) 中,您设置一个命令来启动启动配置

"launches": {
"StartLaunch": "Start Launch (Project Folder)"
}

在您的 tasks.json 中,使用任务字符串中某处的变量 ${command:commandID} 调用此任务。

${command:launches.StartLaunch}

您可以使用虚拟 shell echo task

关于visual-studio-code - 从 vscode 中的任务运行特定启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/70822080/

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