mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
vscode: add dat semicolon
This commit is contained in:
parent
fd709c0c04
commit
057cd959da
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class HintsUpdater {
|
|||
clearHints() {
|
||||
for (const file of this.sourceFiles) {
|
||||
file.inlaysRequest?.cancel();
|
||||
file.renderHints([], this.client.protocol2CodeConverter)
|
||||
file.renderHints([], this.client.protocol2CodeConverter);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue