Skip to content

Commit b1ba74c

Browse files
committed
Remove unused (and unneeded) hints check
1 parent 455b098 commit b1ba74c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Editors/vscode/src/inlayHints.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class HintsUpdater implements vscode.Disposable {
115115
// No text documents changed, so we may try to use the cache
116116
if (!file.cachedDecorations) {
117117
const hints = await this.fetchHints(file);
118-
if (!hints) return;
119118
file.cachedDecorations = this.hintsToDecorations(hints);
120119
}
121120

0 commit comments

Comments
 (0)