Replies: 2 comments
-
Does the error persist if you refresh the page? It looks like VS Code crashed but refreshing should restart it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Have you tried turning off swap? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
info Using config file ~/.config/code-server/config.yaml
info Using user-data-dir ~/.local/share/code-server
info code-server 3.4.0 69ad529
info HTTP server listening on http://127.0.0.1:5210
info - Using password from ~/.config/code-server/config.yaml
info - To disable use
--auth none
info - Not serving HTTPS
warn discarding socket connection: vscode is not running
warn discarding socket connection: vscode is not running
events.js:292
throw er; // Unhandled 'error' event
^
Error: read ECONNRESET
at TCP.onStreamRead (internal/stream_base_commons.js:205:27)
Emitted 'error' event on Socket instance at:
at emitErrorNT (internal/streams/destroy.js:100:8)
at emitErrorCloseNT (internal/streams/destroy.js:68:3)
at processTicksAndRejections (internal/process/task_queues.js:84:21) {
errno: -104,
code: 'ECONNRESET',
syscall: 'read'
}
error VS Code exited unexpectedly with code 1
warn discarding socket connection: vscode is not running
Beta Was this translation helpful? Give feedback.
All reactions