Skip to content

Commit 5396c3c

Browse files
authored
select a language option is not working (fix microsoft#219876) (microsoft#219880)
1 parent 273d8a3 commit 5396c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/codeEditor/browser/emptyTextEditorHint/emptyTextEditorHint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ class EmptyTextEditorHintContentWidget implements IContentWidget {
348348
id: ChangeLanguageAction.ID,
349349
from: 'hint'
350350
});
351-
await this.commandService.executeCommand(ChangeLanguageAction.ID, { from: 'hint' });
351+
await this.commandService.executeCommand(ChangeLanguageAction.ID);
352352
this.editor.focus();
353353
};
354354

0 commit comments

Comments
 (0)