fixed fuzzy. added proper boost.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2020-07-22 11:33:28 +02:00
parent fdc5814e66
commit 8aa08cbf6e
7 changed files with 436 additions and 37 deletions

View File

@@ -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) {