Shell doesn't start on ipad (http)
See original GitHub issueNot sure if this isnāt intended behavior.
Iām using code-server on a home LAN. Https gives me a blank page
OS/Web Information
- Web Browser: Brave
- Local OS: Archlinux
- Remote OS: ipadOS
- Remote Architecture: x86_64
code-server --version
: 3.10.0 6610bff3216c48fdd0884191338b1092765dbb5a
Steps to Reproduce
- Start code-server
- Start a caddy http reverse proxy to the code-server instance
- Open url on ipad
Expected
The shell must start and show up.
Actual
Blank window where the shell is supposed to operate.
Logs
$ code-server --log debug
[2021-05-28T07:04:17.587Z] info code-server 3.10.0 6610bff3216c48fdd0884191338b1092765dbb5a
[2021-05-28T07:04:17.588Z] info Using user-data-dir ~/.local/share/code-server
[2021-05-28T07:04:17.599Z] info Using config file ~/.config/code-server/config.yaml
[2021-05-28T07:04:17.599Z] info HTTP server listening on http://127.0.0.1:8080
[2021-05-28T07:04:17.599Z] info - Authentication is enabled
[2021-05-28T07:04:17.599Z] info - Using password from ~/.config/code-server/config.yaml
[2021-05-28T07:04:17.599Z] info - Not serving HTTPS
[2021-05-28T07:04:22.086Z] error vscode is not running Error: vscode is not running
at VscodeProvider.send (/usr/lib/code-server/out/node/vscode.js:206:19)
at VscodeProvider.<anonymous> (/usr/lib/code-server/out/node/vscode.js:198:30)
at step (/usr/lib/code-server/out/node/vscode.js:63:23)
at Object.next (/usr/lib/code-server/out/node/vscode.js:44:53)
at fulfilled (/usr/lib/code-server/out/node/vscode.js:35:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[2021-05-28T07:04:22.101Z] error vscode is not running Error: vscode is not running
at VscodeProvider.send (/usr/lib/code-server/out/node/vscode.js:206:19)
at VscodeProvider.<anonymous> (/usr/lib/code-server/out/node/vscode.js:198:30)
at step (/usr/lib/code-server/out/node/vscode.js:63:23)
at Object.next (/usr/lib/code-server/out/node/vscode.js:44:53)
at fulfilled (/usr/lib/code-server/out/node/vscode.js:35:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[2021-05-28T07:04:22.292Z] error vscode is not running Error: vscode is not running
at VscodeProvider.send (/usr/lib/code-server/out/node/vscode.js:206:19)
at VscodeProvider.<anonymous> (/usr/lib/code-server/out/node/vscode.js:198:30)
at step (/usr/lib/code-server/out/node/vscode.js:63:23)
at Object.next (/usr/lib/code-server/out/node/vscode.js:44:53)
at fulfilled (/usr/lib/code-server/out/node/vscode.js:35:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[2021-05-28T07:04:22.296Z] error vscode is not running Error: vscode is not running
at VscodeProvider.send (/usr/lib/code-server/out/node/vscode.js:206:19)
at VscodeProvider.<anonymous> (/usr/lib/code-server/out/node/vscode.js:198:30)
at step (/usr/lib/code-server/out/node/vscode.js:63:23)
at Object.next (/usr/lib/code-server/out/node/vscode.js:44:53)
at fulfilled (/usr/lib/code-server/out/node/vscode.js:35:58)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
[2021-05-28T07:04:23.882Z] debug forking vs code...
[2021-05-28T07:04:24.157Z] debug setting up vs code...
[2021-05-28T07:04:24.159Z] debug vscode got message from code-server {"type":"init"}
[2021-05-28T07:04:25.075Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:04:25.079Z] debug protocol Initiating handshake... {"token":"23ce1586-4739-4b2e-ae33-5687ba1d56ae"}
[2021-05-28T07:04:25.093Z] debug protocol Handshake completed {"token":"23ce1586-4739-4b2e-ae33-5687ba1d56ae"}
[2021-05-28T07:04:25.095Z] debug management Connecting... {"token":"23ce1586-4739-4b2e-ae33-5687ba1d56ae"}
[2021-05-28T07:04:25.095Z] debug vscode 1 active management connection(s)
[2021-05-28T07:04:25.413Z] debug got latest version {"latest":"3.10.2"}
[2021-05-28T07:04:25.413Z] debug comparing versions {"current":"3.10.0","latest":"3.10.2"}
[2021-05-28T07:04:25.502Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:04:25.502Z] debug protocol Initiating handshake... {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:25.710Z] debug protocol Handshake completed {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:25.712Z] debug exthost Connecting... {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:25.713Z] debug exthost Getting NLS configuration... {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:25.714Z] debug vscode 1 active exthost connection(s)
[2021-05-28T07:04:25.714Z] debug exthost Spawning extension host... {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:25.720Z] debug exthost Waiting for handshake... {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:26.214Z] debug exthost Handshake completed {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:26.214Z] debug exthost Sending socket {"token":"a5fb1238-4522-4a35-8f5c-f26106337393"}
[2021-05-28T07:04:42.377Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:04:42.378Z] debug protocol Initiating handshake... {"token":"7092c06d-d048-4b8d-828d-68cfd4daec1f"}
[2021-05-28T07:04:42.380Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:04:42.381Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:04:42.400Z] debug protocol Handshake completed {"token":"7092c06d-d048-4b8d-828d-68cfd4daec1f"}
[2021-05-28T07:04:42.409Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:04:42.443Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:04:42.444Z] debug protocol Initiating handshake... {"token":"7092c06d-d048-4b8d-828d-68cfd4daec1f"}
[2021-05-28T07:04:42.446Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:04:42.446Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:04:42.459Z] debug protocol Handshake completed {"token":"7092c06d-d048-4b8d-828d-68cfd4daec1f"}
[2021-05-28T07:04:42.461Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.560Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.561Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.574Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.600Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.601Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.611Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.637Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.638Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.650Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.705Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.706Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.715Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.741Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.741Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.753Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.779Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.780Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.789Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.815Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.816Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.824Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.845Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.846Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.860Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.891Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.892Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.907Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.937Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:02.937Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:02.946Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.003Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.004Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.021Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.045Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.048Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.059Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.081Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.082Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.093Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.121Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.122Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.132Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.152Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.153Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.164Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.183Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.184Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.192Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.216Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.216Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.225Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.248Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.249Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.258Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.318Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.318Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.329Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.387Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.388Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.397Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.418Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.419Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.428Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.453Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.454Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.463Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.484Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:03.485Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:03.504Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:22.105Z] debug 3 active connections
[2021-05-28T07:05:23.954Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:23.955Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:23.996Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.141Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.142Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.154Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.181Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.182Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.193Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.218Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.219Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.229Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.252Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.253Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.263Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.286Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.287Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.296Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.324Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.325Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.334Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.354Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:05:44.355Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:05:44.391Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.514Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.515Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.531Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.558Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.560Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.569Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.595Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.596Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.608Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.628Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.629Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.639Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.664Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.665Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.676Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.703Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.704Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.713Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.736Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.737Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.777Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.801Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.804Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.812Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.837Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.838Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.848Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.871Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.872Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.881Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.902Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.903Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.919Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.941Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.942Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.950Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.974Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:04.975Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:04.984Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.009Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.012Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.433Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.457Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.458Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.469Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.494Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.495Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.505Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.528Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.529Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.547Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.571Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.571Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.580Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.602Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.603Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.612Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.636Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.637Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.676Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.697Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.698Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.707Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.729Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.729Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.736Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.756Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.756Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.762Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.793Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.794Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.801Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.823Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.824Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.835Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.857Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.858Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.867Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.889Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.890Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.909Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.933Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.934Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.943Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:05.996Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:05.997Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.005Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.040Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.041Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.048Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.064Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.064Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.072Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.088Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.088Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.095Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.116Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.117Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.124Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.148Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.149Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.158Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.197Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.198Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.207Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.233Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.234Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.244Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.299Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.299Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.308Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.331Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.332Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.342Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.382Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.382Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.391Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.412Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.412Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.420Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.436Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.437Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.447Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.466Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.467Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.475Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.499Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.500Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.509Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.531Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.532Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.541Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.595Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.596Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.603Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.627Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.628Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.637Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.662Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.663Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.671Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.695Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.696Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.705Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.730Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.731Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.742Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.765Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.766Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.774Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.797Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.798Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.807Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.831Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.832Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.842Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.894Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.895Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.905Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.930Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.931Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.939Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.967Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:06.967Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.977Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:06.999Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.000Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.010Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.037Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.037Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.047Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.069Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.070Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.076Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.094Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.094Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.103Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.125Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.126Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.135Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.193Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.194Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.203Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.224Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.225Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.234Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.255Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.255Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.266Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.292Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.292Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.300Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.329Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:06:07.330Z] debug protocol Initiating handshake... {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:07.338Z] debug protocol Handshake completed {"token":"b78d27a9-b24c-4c7b-8d51-9318cfd03e67"}
[2021-05-28T07:06:22.108Z] debug 2 active connections
[2021-05-28T07:07:22.129Z] debug 2 active connections
[2021-05-28T07:08:22.152Z] debug 2 active connections
[2021-05-28T07:08:52.444Z] debug setting up vs code...
[2021-05-28T07:08:52.445Z] debug vscode got message from code-server {"type":"init"}
[2021-05-28T07:08:52.858Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:08:52.858Z] debug protocol Initiating handshake... {"token":"471caac0-adf1-4551-b76d-8eb97578c683"}
[2021-05-28T07:08:52.869Z] debug protocol Handshake completed {"token":"471caac0-adf1-4551-b76d-8eb97578c683"}
[2021-05-28T07:08:52.869Z] debug management Connecting... {"token":"471caac0-adf1-4551-b76d-8eb97578c683"}
[2021-05-28T07:08:52.869Z] debug vscode 2 active management connection(s)
[2021-05-28T07:08:53.259Z] debug got latest version {"latest":"3.10.2"}
[2021-05-28T07:08:53.260Z] debug comparing versions {"current":"3.10.0","latest":"3.10.2"}
[2021-05-28T07:08:53.294Z] debug vscode got message from code-server {"type":"socket"}
[2021-05-28T07:08:53.295Z] debug protocol Initiating handshake... {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.383Z] debug protocol Handshake completed {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.383Z] debug exthost Connecting... {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.383Z] debug exthost Getting NLS configuration... {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.383Z] debug vscode 2 active exthost connection(s)
[2021-05-28T07:08:53.383Z] debug exthost Spawning extension host... {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.386Z] debug exthost Waiting for handshake... {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.687Z] debug exthost Handshake completed {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:08:53.687Z] debug exthost Sending socket {"token":"75b1d1b7-15eb-4b0b-ba2c-297496748c9a"}
[2021-05-28T07:09:22.173Z] debug 4 active connections
[2021-05-28T07:10:22.193Z] debug 4 active connections
[2021-05-28T07:11:22.212Z] debug 4 active connections
[2021-05-28T07:12:22.220Z] debug 4 active connections
[2021-05-28T07:13:22.236Z] debug 4 active connections
[2021-05-28T07:14:22.251Z] debug 4 active connections
[2021-05-28T07:15:22.262Z] debug 4 active connections
[2021-05-28T07:16:22.275Z] debug 4 active connections
[2021-05-28T07:17:22.286Z] debug 4 active connections
[2021-05-28T07:18:22.292Z] debug 4 active connections
[2021-05-28T07:19:22.298Z] debug 4 active connections
[2021-05-28T07:20:22.303Z] debug 4 active connections
[2021-05-28T07:21:22.308Z] debug 4 active connections
[2021-05-28T07:22:22.313Z] debug 4 active connections
[2021-05-28T07:23:22.316Z] debug 4 active connections
[2021-05-28T07:24:22.318Z] debug 4 active connections
[2021-05-28T07:25:22.329Z] debug 4 active connections
[2021-05-28T07:26:22.352Z] debug 4 active connections
[2021-05-28T07:27:22.375Z] debug 4 active connections
[2021-05-28T07:28:22.398Z] debug 4 active connections
[2021-05-28T07:29:22.419Z] debug 4 active connections
[2021-05-28T07:30:22.439Z] debug 4 active connections
Screenshot
Notes
This issue can be reproduced in VS Code: No
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Terminal (shell) not responding - Apple Support Communities
Start by moving the file Library/Preferences/com.apple.Terminal.plist in your home folder to the Desktop, then quit and relaunch Terminal andĀ ...
Read more >How to Run a Simple Web Server on iPad or iPhone | OSXDaily
If you have iSH linux shell running in iOS then you can easily start and run a simple web server directly from an...
Read more >iphone - Does Apple reject "mobile web shell" applications?
Apple may reject your app if all it does is wrap a web site in a UIWebView. You need to have more functionality...
Read more >How to control UI/Apps from shell? - Apple StackExchange
Cocoa Junior on the iPhone doesn't have any methods like this, so we must work out how to achieve it ourselves. This is...
Read more >How to Install and Use the Linux Bash Shell on Windows 10
Click āRestart nowā when you're prompted to restart your computer. The feature won't work until you reboot. Note: Starting with the FallĀ ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Possibly has to do with location (I live in Brazil). Internet connection isnāt the best here.
Hmmā¦interesting. I am not super familiar with Caddy but I can confirm that using code-server with
--link
running on macOS and accessing on iPad via Chrome works as expected.I wonder if itās something specific with your environment. Maybe @oxy or @code-asher has some insight?