提交 b4cd62c8 编写于 作者: I isidor

fixes #42688

上级 18272617
......@@ -520,7 +520,7 @@ export class DebugEditorContribution implements IDebugEditorContribution {
this.editor.focus();
if (!configurationsArrayPosition) {
return this.commandService.executeCommand('editor.action.triggerSuggest');
return TPromise.as(undefined);
}
const insertLine = (position: Position): TPromise<any> => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册