We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would you be open to this also supporting SSE ?
SSE automatically reconnects . Is less load on server and client Can do post and put also with a slight shim so its bidirectional too.
It can work on any http version and has less issues with highly locked down firewalls and proxies , because it’s just http.
This is also how many AI servers agents work . They push using SSE.
The Monaco editor needs a small amount of js to work with SSS .
The text was updated successfully, but these errors were encountered:
Hi @gedw99 we have this general vscode-ws-jsonrpc enhancement issue. There is need for modernization, but we haven't found time to do it, yet. Do you want to add your ideas there?
Sorry, something went wrong.
No branches or pull requests
Would you be open to this also supporting SSE ?
SSE automatically reconnects .
Is less load on server and client
Can do post and put also with a slight shim so its bidirectional too.
It can work on any http version and has less issues with highly locked down firewalls and proxies , because it’s just http.
This is also how many AI servers agents work . They push using SSE.
The Monaco editor needs a small amount of js to work with SSS .
The text was updated successfully, but these errors were encountered: