gpt4 book ai didi

debugging - "You don' t have an extension for debugging 'JSON with Comments'》调试VS Code主题时警告

转载 作者:行者123 更新时间:2023-12-04 11:43:37 33 4
gpt4 key购买 nike

我生成了在 VS Code 中创建颜色主题所需的文件。我用 generator-code 做了这个节点包。
My file structure is as follows
当我运行 VS Code 的调试器时,我得到 this warning这会阻止调试器运行。
以下是我的 launch.json 文件的内容供引用:

{
"version": "0.2.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
}
]
}
如果您想知道我在运行调试器时会发生什么, here's the moment在我遇到这个问题的教程中。
编辑:好吧,我通过删除文件并重新开始以某种方式规避了这个问题。我不确定之前是什么导致了这个问题。

最佳答案

只有在打开 launch.json 文件的情况下尝试启动调试器时,才会出现此弹出窗口。切换到我的测试文件之一并启动调试器修复它

关于debugging - "You don' t have an extension for debugging 'JSON with Comments'》调试VS Code主题时警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68424936/

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