Skip to content

Commit 812ab5e

Browse files
authored
Fix code action warning. (#7714)
1 parent 767c538 commit 812ab5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,8 @@ export class DefaultClient implements Client {
813813
title: title,
814814
command: command.command,
815815
arguments: command.arguments
816-
}
816+
},
817+
kind: vscode.CodeActionKind.QuickFix
817818
};
818819
resultCodeActions.push(vscodeCodeAction);
819820
});

0 commit comments

Comments
 (0)