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
code-server --version
ps -ef | grep bootstrap-fork
ps -ef | grep tsserver
Reuse these processes after refreshing page
Increasing processes cost memery usage, after reaching the pod limit, it crashed!
I did not test native VS Code
Yes, this is also broken in GitHub Codespaces
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.95.2 fc97e24 with Code 1.95.2Steps to Reproduce
ps -ef | grep bootstrap-fork
orps -ef | grep tsserver
in terminalExpected
Reuse these processes after refreshing page
Actual
Increasing processes cost memery usage, after reaching the pod limit, it crashed!
Logs
Screenshot/Video
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: