Skip to content

Commit 16ffc28

Browse files
committed
feat: toggle client after config changing
1 parent c4b65f8 commit 16ffc28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/vscode/client/tools/linter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ export default class LinterTool implements ToolInterface {
263263
statusBarItemHandler: StatusBarItemHandler,
264264
): Promise<void> {
265265
this.updateStatusBar(statusBarItemHandler, configService.vsCodeConfig.enable);
266+
await this.toggleClient(configService); // update the client state
266267

267268
if (this.client === undefined) {
268269
return;

0 commit comments

Comments
 (0)