You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As soon as VS Code supports partial progress reporting for request workspace/symbol, we want to make use of this in the N4JS language server, in order to further speed up "open workspace symbol" in large workspaces.
This requires VS Code to include a partialResultToken in workspace/symbols requests.
As soon as VS Code supports partial progress reporting for request
workspace/symbol
, we want to make use of this in the N4JS language server, in order to further speed up "open workspace symbol" in large workspaces.This requires VS Code to include a
partialResultToken
inworkspace/symbols
requests.See:
microsoft/vscode#105870
eclipse-jdtls/eclipse.jdt.ls#1712
The text was updated successfully, but these errors were encountered: