From 02806427ce7251ec8fa2ff068febd9a9e59dbd2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20B=C3=A4umer?= Date: Tue, 14 Nov 2023 15:24:15 +0100 Subject: [PATCH] Fixes #1359: codeAction.resolveSupport does not have command field to detect support, but it supports it (#1360) --- .vscode/settings.json | 2 +- client/src/common/codeAction.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 424e2636d..3e7f9aa9d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -51,7 +51,7 @@ "./tsconfig-gen" ], "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "mochaExplorer.files": [ "textDocument/lib/umd/test/*.js", diff --git a/client/src/common/codeAction.ts b/client/src/common/codeAction.ts index 9cc0bc407..6d460d74c 100644 --- a/client/src/common/codeAction.ts +++ b/client/src/common/codeAction.ts @@ -43,7 +43,7 @@ export class CodeActionFeature extends TextDocumentLanguageFeature