mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 03:47:56 +00:00
parent
e6a828c595
commit
a101882bb6
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ class EmptyTextEditorHintContentWidget implements IContentWidget {
|
|||
id: ChangeLanguageAction.ID,
|
||||
from: 'hint'
|
||||
});
|
||||
await this.commandService.executeCommand(ChangeLanguageAction.ID, { from: 'hint' });
|
||||
await this.commandService.executeCommand(ChangeLanguageAction.ID);
|
||||
this.editor.focus();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue