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
The first indexing works fine, but on the second project opening I receive this error: deep-assoc index exc.
Debugging the extension, this is the info about the error:
[2022-04-03 12:49:56.977] [renderer1] [error] [Extension Host] Error: Request knownDocuments defines 1 params but recevied none.
at handleResponse (/home/barbu/.vscode/extensions/klesun.deep-assoc-completion-vscode-0.9.0/node_modules/vscode-jsonrpc/lib/common/connection.js:477:48)
at processMessageQueue (/home/barbu/.vscode/extensions/klesun.deep-assoc-completion-vscode-0.9.0/node_modules/vscode-jsonrpc/lib/common/connection.js:292:17)
at Immediate.<anonymous> (/home/barbu/.vscode/extensions/klesun.deep-assoc-completion-vscode-0.9.0/node_modules/vscode-jsonrpc/lib/common/connection.js:276:13)
at processImmediate (node:internal/timers:464:21)
It comes froom WorkspaceDiscovery.ts, line 223.. If I disable the knownDocumentsRequest call and timestamp to 0 and cachedUriSet to [], then the extension doesn't throw that error any more.
It seems as if Intelephense's knownDocuments method doesn't receive everything it wants.
Thank you!
The text was updated successfully, but these errors were encountered:
The first indexing works fine, but on the second project opening I receive this error:
deep-assoc index exc
.Debugging the extension, this is the info about the error:
It comes froom WorkspaceDiscovery.ts, line 223.. If I disable the
knownDocumentsRequest
call and timestamp to 0 and cachedUriSet to [], then the extension doesn't throw that error any more.It seems as if Intelephense's
knownDocuments
method doesn't receive everything it wants.Thank you!
The text was updated successfully, but these errors were encountered: