提交 947baa6e 编写于 作者: A Andre Weinand

fix for no-folder case; fixes #33367

上级 46786fda
......@@ -679,6 +679,13 @@ export class DebugService implements debug.IDebugService {
}
// end of deprecation
if (!config && commandAndType.type) {
config = {
type: commandAndType.type,
request: 'launch'
};
}
if (config) {
return this.configurationManager.resolveDebugConfiguration(launch ? launch.workspaceUri : undefined, config).then(config => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册