提交 6af3db5d 编写于 作者: I isidor

fixes #6425

上级 856fb636
......@@ -124,7 +124,7 @@ KeybindingsRegistry.registerCommandDesc({
.then(() => debugService.createSession(false));
}
return debugService.createSession(false, configuration);
return debugService.createSession(!!configuration.noDebug, configuration);
},
when: KbExpr.not(debug.CONTEXT_IN_DEBUG_MODE),
primary: undefined
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册