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
Using the preview release (0.7.0) I sometimes get this error in the extensions log:
2024-03-06 09:32:50.369 [error] Error: Header must provide a Content-Length property.
at StreamMessageReader.onData (/home/lduncan/.vscode/extensions/cqframework.cql-0.7.0/node_modules/vscode-jsonrpc/lib/common/messageReader.js:138:27)
at Socket.<anonymous> (/home/lduncan/.vscode/extensions/cqframework.cql-0.7.0/node_modules/vscode-jsonrpc/lib/common/messageReader.js:122:18)
at Socket.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at Socket.push (node:internal/streams/readable:234:10)
at Pipe.onStreamRead (node:internal/stream_base_commons:190:23)
The results output just stops with no additional message:
Using the preview release (0.7.0) I sometimes get this error in the extensions log:
The results output just stops with no additional message:
I have to manually kill the java process and restart vscode to get it working again.
The text was updated successfully, but these errors were encountered: