diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/src/inlay_hints.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index b19b09ad5..17d0dfa33 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts | |||
@@ -134,8 +134,6 @@ class HintsUpdater implements Disposable { | |||
134 | 134 | ||
135 | // No text documents changed, so we may try to use the cache | 135 | // No text documents changed, so we may try to use the cache |
136 | if (!file.cachedDecorations) { | 136 | if (!file.cachedDecorations) { |
137 | file.inlaysRequest?.cancel(); | ||
138 | |||
139 | const hints = await this.fetchHints(file); | 137 | const hints = await this.fetchHints(file); |
140 | if (!hints) return; | 138 | if (!hints) return; |
141 | 139 | ||