This commit is contained in:
isidor 2017-02-23 14:58:33 +01:00
parent 0e611bf2af
commit 01c40aa23e

View file

@ -375,6 +375,8 @@ export class DebugEditorContribution implements IDebugEditorContribution {
depthInArray--;
}
});
this.editor.focus();
if (!configurationsPosition) {
return this.commandService.executeCommand('editor.action.triggerSuggest');
}