Skip to content

Commit 019fa90

Browse files
committed
send status refresh
1 parent e47034c commit 019fa90

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/out/languageserver.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/languageserver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ function statusBar(client: LanguageClient) {
198198
bar.text = params.text;
199199
bar.tooltip = params.tooltip;
200200
})
201+
client.sendNotification('$/status/refresh');
201202
}
202203

203204
function onCommand(client: LanguageClient) {

0 commit comments

Comments
 (0)