mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
vscode: add dat semicolon
This commit is contained in:
parent
fd709c0c04
commit
057cd959da
@ -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 New Issue
Block a user