Skip to content

Commit 13b7646

Browse files
author
Vishnu
committed
Not sending any data if there is error
1 parent e92bc03 commit 13b7646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/navigation/NavigationSupportProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ class NavigationSupportProvider {
151151
if (result.length === 0 && codeData.errorMessage !== undefined) {
152152
const cached = this._documentSymbolCache.get(uri) ?? result
153153
if (cached.length > 0) {
154-
this._sendSectionRangesForHighlighting(cached, uri)
155154
return cached
156155
}
157156
}

0 commit comments

Comments
 (0)