We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273d8a3 commit 5396c3cCopy full SHA for 5396c3c
src/vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint.ts
@@ -348,7 +348,7 @@ class EmptyTextEditorHintContentWidget implements IContentWidget {
348
id: ChangeLanguageAction.ID,
349
from: 'hint'
350
});
351
- await this.commandService.executeCommand(ChangeLanguageAction.ID, { from: 'hint' });
+ await this.commandService.executeCommand(ChangeLanguageAction.ID);
352
this.editor.focus();
353
};
354
0 commit comments