select a language option is not working (#219876) (#219879)

This commit is contained in:
Benjamin Pasero 2024-07-03 21:08:55 +02:00 committed by GitHub
parent e6a828c595
commit a101882bb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();
};