Skip to content

Commit e8be640

Browse files
author
Veetaha
committed
vscode: add dat semicolon
1 parent 3258cf6 commit e8be640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class HintsUpdater {
101101
clearHints() {
102102
for (const file of this.sourceFiles) {
103103
file.inlaysRequest?.cancel();
104-
file.renderHints([], this.client.protocol2CodeConverter)
104+
file.renderHints([], this.client.protocol2CodeConverter);
105105
}
106106
}
107107

0 commit comments

Comments
 (0)