在测试扩展程序时,我是否可以隐藏此警告消息?
消息说:
[路径] 使用 [tempExtensionPath]
覆盖扩展程序 [extensionPath]
作为“默认”,我在 launch.json 中传递extensionDevelopmentPath
参数:
{
"version": "0.1.0",
"configurations": [
{
"name": "Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}"
],
"stopOnEntry": false,
"sourceMaps": true,
"outDir": "${workspaceRoot}/out"
}
]
}
答案 0 :(得分:0)
根据此公开的vscode问题,当前无法实现:
Do Not Show for overwriting extension message
Microsoft员工回答:
这个请求对我来说似乎很合理。我打算在邮件中添加
Do not show again
操作,用户可以选择不再显示此内容。
所以可能会有希望。