mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-10-10 11:58:32 +00:00
fixed fuzzy. added proper boost.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
@@ -219,7 +219,7 @@ ${value}
|
||||
}
|
||||
|
||||
protected async run(commandId: string): Promise<any> {
|
||||
const editor = await this.current();
|
||||
const editor = await this.current(); // TODO: this should be the active monaco editor and not Theia editor. e.g: Output
|
||||
if (editor) {
|
||||
const action = editor.getControl().getAction(commandId);
|
||||
if (action) {
|
||||
|
Reference in New Issue
Block a user