Skip to content

Commit de2324d

Browse files
committed
Remove fixme from inlay_hints.ts
I have reevaluated the fixme and it doesn't seem necessary to pass an array of files to the inlay hints request. This will (a) make the request more compilcated (b), make us wait for inlay hints for `all` active editors resolve at once before rendering and (c) doesn't seem required because 99% of the time there is a single active editor in the IDE
1 parent 8146700 commit de2324d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class HintsUpdater implements Disposable {
111111
}
112112

113113
syncCacheAndRenderHints() {
114-
// FIXME: make inlayHints request pass an array of files?
115114
this.sourceFiles.forEach((file, uri) => this.fetchHints(file).then(hints => {
116115
if (!hints) return;
117116

0 commit comments

Comments
 (0)