vscode: add dat semicolon
This commit is contained in:
@@ -101,7 +101,7 @@ class HintsUpdater {
|
|||||||
clearHints() {
|
clearHints() {
|
||||||
for (const file of this.sourceFiles) {
|
for (const file of this.sourceFiles) {
|
||||||
file.inlaysRequest?.cancel();
|
file.inlaysRequest?.cancel();
|
||||||
file.renderHints([], this.client.protocol2CodeConverter)
|
file.renderHints([], this.client.protocol2CodeConverter);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user