Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/email/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio code 隐藏';覆盖扩展名';调试和运行扩展时发出警告_Visual Studio Code_Vscode Extensions - Fatal编程技术网

Visual studio code 隐藏';覆盖扩展名';调试和运行扩展时发出警告

Visual studio code 隐藏';覆盖扩展名';调试和运行扩展时发出警告,visual-studio-code,vscode-extensions,Visual Studio Code,Vscode Extensions,测试扩展时,我是否可以隐藏此警告消息 消息说: [path]用[tempExtensionPath]覆盖扩展[extensionPath] 作为“默认值”,我在launch.json中传递extensionDevelopmentPath参数: launch.json { “版本”:“0.1.0”, “配置”:[ { “名称”:“扩展名”, “类型”:“扩展主机”, “请求”:“启动”, “runtimeExecutable”:“${execPath}”, “args”:[ “--extens

测试扩展时,我是否可以隐藏此警告消息

消息说:

[path]用[tempExtensionPath]覆盖扩展[extensionPath]


作为“默认值”,我在launch.json中传递
extensionDevelopmentPath
参数:

launch.json
{
“版本”:“0.1.0”,
“配置”:[
{
“名称”:“扩展名”,
“类型”:“扩展主机”,
“请求”:“启动”,
“runtimeExecutable”:“${execPath}”,
“args”:[
“--extensionDevelopmentPath=${workspaceRoot}”
],
“stopOnEntry”:false,
“源地图”:正确,
“outDir”:“${workspaceRoot}/out”
}
]
}

根据此开放的vscode问题,目前不可能:

一名微软员工回答说:

我觉得这个要求很合理。我计划在消息中添加
不再显示
操作,用户可以选择不再次显示

所以可能有希望