vscode 可以使用来自 Properties/launchSettings.json 的配置文件吗?

Can vscode use a profile from Properties/launchSettings.json?

有没有办法将“.vscode/launch.json”指向我的“Properties/launchSettings.json”中定义的配置文件,所以我不这样做需要复制这些值吗?

我需要支持几个不同的编辑器,还需要从命令行 运行

dotnet run --launch-profile="myprofile"

这在文档中:https://github.com/OmniSharp/omnisharp-vscode/blob/7095cdad1549686d6786df18e36c2db0cf76b24c/debugger-launchjson.md

"launchSettingsProfile": "${workspaceFolder}/<Relative-Path-To-Project-Directory/Properties/launchSettings.json"