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 error message is there in the logs. The version of Jupyter that you're trying to use is not compatible with the version of code-server you have because of the VS Code version.
Until we upgrade to the latest version of VS Code, you should use an earlier version of the Jupyter extension
OS/Web Information
code-server --version
:3.11.1Steps to Reproduce
Expected
install success
Actual
Logs
[2021-08-10T09:41:26.715Z] info code-server 3.11.1 c680aae
[2021-08-10T09:41:26.717Z] info Using user-data-dir ~/.config/code-server/data
[2021-08-10T09:41:26.736Z] info Using config file ~/.config/code-server/config.yaml
[2021-08-10T09:41:26.736Z] info HTTP server listening on http://0.0.0.0:8080
[2021-08-10T09:41:26.736Z] info - Authentication is disabled
[2021-08-10T09:41:26.736Z] info - Not serving HTTPS
[2021-08-10T09:41:32.658Z] debug forking vs code...
[2021-08-10T09:41:33.332Z] debug setting up vs code...
[2021-08-10T09:41:33.343Z] debug vscode got message from code-server {"type":"init"}
[2021-08-10T09:41:34.809Z] debug vscode got message from code-server {"type":"socket"}
[2021-08-10T09:41:34.816Z] debug protocol Initiating handshake... {"token":"76ea1d90-3d5c-463f-b5b9-7e44ce2d948a"}
[2021-08-10T09:41:35.090Z] debug protocol Handshake completed {"token":"76ea1d90-3d5c-463f-b5b9-7e44ce2d948a"}
[2021-08-10T09:41:35.092Z] debug management Connecting... {"token":"76ea1d90-3d5c-463f-b5b9-7e44ce2d948a"}
[2021-08-10T09:41:35.095Z] debug vscode 1 active management connection(s)
[2021-08-10T09:41:36.084Z] debug got latest version {"latest":"3.11.1"}
[2021-08-10T09:41:36.086Z] debug comparing versions {"current":"3.11.1","latest":"3.11.1"}
[2021-08-10T09:41:36.116Z] debug vscode got message from code-server {"type":"socket"}
[2021-08-10T09:41:36.118Z] debug protocol Initiating handshake... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.359Z] debug protocol Handshake completed {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.360Z] debug exthost Connecting... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.364Z] debug exthost Getting NLS configuration... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.364Z] debug vscode 1 active exthost connection(s)
[2021-08-10T09:41:36.364Z] debug exthost Spawning extension host... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:36.373Z] debug exthost Waiting for handshake... {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:38.143Z] debug exthost Handshake completed {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:41:38.150Z] debug exthost Sending socket {"token":"81b56d55-163f-4ed0-94f8-1f74e17e13f5"}
[2021-08-10T09:42:32.585Z] debug 2 active connections
Screenshot
Notes
This issue can be reproduced in VS Code: Yes
The text was updated successfully, but these errors were encountered: