vscode: simpify
This commit is contained in:
parent
6441988d84
commit
fd709c0c04
@ -101,14 +101,10 @@ class HintsUpdater {
|
||||
clearHints() {
|
||||
for (const file of this.sourceFiles) {
|
||||
file.inlaysRequest?.cancel();
|
||||
this.renderHints(file, []);
|
||||
file.renderHints([], this.client.protocol2CodeConverter)
|
||||
}
|
||||
}
|
||||
|
||||
private renderHints(file: RustSourceFile, hints: ra.InlayHint[]) {
|
||||
file.renderHints(hints, this.client.protocol2CodeConverter);
|
||||
}
|
||||
|
||||
refreshRustDocument(document: RustTextDocument) {
|
||||
if (!this.enabled) return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user