未验证 提交 2aa503b9 编写于 作者: C Connor Peet 提交者: Johannes Rieken

debug: double check that launch is defined

上级 5e711f49
......@@ -410,7 +410,7 @@ export class ConfigurationManager implements IConfigurationManager {
this.setSelectedLaunchName(nameToSet);
}
if (!config && this.selectedName) {
if (!config && launch && this.selectedName) {
config = launch.getConfiguration(this.selectedName);
type = config?.type;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册