mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
vscode: add dat semicolon
This commit is contained in:
parent
fd709c0c04
commit
057cd959da
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user