microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.11k stars 28.82k forks source link

[reopen] Unable to enable extensions in the remote environment, and remote development features are malfunctioning #215425

Closed Blues-star closed 3 months ago

Blues-star commented 3 months ago

preview issue

Oh, this darn email notification mechanism. I'm very sorry for not receiving your replies in a timely manner. I have adjusted the log level and attached the server logs. I think you can see a segment of the logs like this in the attachment.

2024-06-13 16:43:55.467 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/someid/.vscode-server/extensions/extensions.json","external":"file:///home/someid/.vscode-server/extensions/extensions.json","path":"/home/someid/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:43:55.471 [trace] Scanned user extensions: 3
2024-06-13 16:46:03.823 [trace] ExtensionManagementService.refreshControlCache - failed to get extension control manifest connect ETIMEDOUT 117.18.232.200:443
2024-06-13 16:46:03.825 [error] Error while installing extensions: connect ETIMEDOUT 13.107.42.18:443
2024-06-13 16:46:03.825 [error] Failed: connect ETIMEDOUT 13.107.42.18:443

It was stuck for 3 minutes before the extension loaded.

log from server

2024-06-13 16:43:53.549 [trace] [File Watcher (node.js)] Request to start watching: /home/SOMEID/.vscode-server/data/Machine (excludes: /home/SOMEID/.vscode-server/extensions/**, includes: <all>, filter: <none>, correlationId: <none>)
2024-06-13 16:43:53.550 [trace] [File Watcher (node.js)] Started watching: '/home/SOMEID/.vscode-server/data/Machine'
2024-06-13 16:43:53.573 [debug] Terminal profile not validated zsh ["zsh"]
2024-06-13 16:43:53.573 [debug] Terminal profile not validated fish ["fish"]
2024-06-13 16:43:53.573 [debug] Terminal profile not validated tmux ["tmux"]
2024-06-13 16:43:53.573 [debug] Terminal profile not validated pwsh ["pwsh"]
2024-06-13 16:43:53.574 [debug] Terminal profile not validated zsh ["zsh"]
2024-06-13 16:43:53.574 [debug] Terminal profile not validated fish ["fish"]
2024-06-13 16:43:53.574 [debug] Terminal profile not validated tmux ["tmux"]
2024-06-13 16:43:53.574 [debug] Terminal profile not validated pwsh ["pwsh"]
2024-06-13 16:43:53.694 [trace] [File Watcher (node.js)] Request to start watching: /srv/workspace/lpmce_update_208_7/work_code/.vscode/extensions (excludes: /home/SOMEID/.vscode-server/extensions/**, includes: <all>, filter: <none>, correlationId: <none>)
2024-06-13 16:43:53.695 [trace] [File Watcher (node.js)] ignoring a path for watching who's stat info failed to resolve: /srv/workspace/lpmce_update_208_7/work_code/.vscode/extensions (error: Error: ENOENT: no such file or directory, stat '/srv/workspace/lpmce_update_208_7/work_code/.vscode/extensions')
2024-06-13 16:43:53.927 [trace] resolveShellEnv(): running (macOS/Linux)
2024-06-13 16:43:53.927 [trace] baseEnv {"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","VSCODE_AGENT_FOLDER":"/home/SOMEID//.vscode-server","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_HANDLES_SIGPIPE":"true","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","VSCODE_AMD_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true","VSCODE_NLS_CONFIG":"{\"locale\":\"en\",\"osLocale\":\"en\",\"availableLanguages\":{}}","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh"}
2024-06-13 16:43:53.928 [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"name":"Check remote","executable":"/bin/sh","args":["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata:true' -O - http://169.254.169.254/metadata/instance?api-version=2019-03-11\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --connect-timeout 7 -s --header='Metadata:true' http://169.254.169.254/metadata/instance?api-version=2019-03-11\n\tfi\nfi\nexit 0"],"cwd":"/","useShellEnvironment":true},"initialCwd":"/","cols":80,"rows":30,"env":{"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.89.1","LANG":"en_US.UTF-8","COLORTERM":"truecolor","GIT_ASKPASS":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass-main.js","VSCODE_GIT_IPC_HANDLE":"/tmp/vscode-git-e68e0f08ce.sock"}}
2024-06-13 16:43:53.929 [trace] resolveShellEnv(): running (macOS/Linux)
2024-06-13 16:43:53.929 [trace] baseEnv {"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","VSCODE_AGENT_FOLDER":"/home/SOMEID//.vscode-server","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_HANDLES_SIGPIPE":"true","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","VSCODE_AMD_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true","VSCODE_NLS_CONFIG":"{\"locale\":\"en\",\"osLocale\":\"en\",\"availableLanguages\":{}}","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh"}
2024-06-13 16:43:53.929 [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"name":"Check remote","executable":"/bin/sh","args":["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --connect-timeout=7 --tries=1 --dns-timeout=7 -q  -O - http://169.254.169.254/latest/meta-data/instance-id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --connect-timeout 7 -s  http://169.254.169.254/latest/meta-data/instance-id\n\tfi\nfi\nexit 0"],"cwd":"/","useShellEnvironment":true},"initialCwd":"/","cols":80,"rows":30,"env":{"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.89.1","LANG":"en_US.UTF-8","COLORTERM":"truecolor","GIT_ASKPASS":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass-main.js","VSCODE_GIT_IPC_HANDLE":"/tmp/vscode-git-e68e0f08ce.sock"}}
2024-06-13 16:43:53.930 [trace] resolveShellEnv(): running (macOS/Linux)
2024-06-13 16:43:53.930 [trace] baseEnv {"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","VSCODE_AGENT_FOLDER":"/home/SOMEID//.vscode-server","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_HANDLES_SIGPIPE":"true","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","VSCODE_AMD_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true","VSCODE_NLS_CONFIG":"{\"locale\":\"en\",\"osLocale\":\"en\",\"availableLanguages\":{}}","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh"}
2024-06-13 16:43:53.930 [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"name":"Check remote","executable":"/bin/sh","args":["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --connect-timeout=7 --tries=1 --dns-timeout=7 -q  -O - http://169.254.169.254/metadata/v1/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --connect-timeout 7 -s  http://169.254.169.254/metadata/v1/id\n\tfi\nfi\nexit 0"],"cwd":"/","useShellEnvironment":true},"initialCwd":"/","cols":80,"rows":30,"env":{"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.89.1","LANG":"en_US.UTF-8","COLORTERM":"truecolor","GIT_ASKPASS":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass-main.js","VSCODE_GIT_IPC_HANDLE":"/tmp/vscode-git-e68e0f08ce.sock"}}
2024-06-13 16:43:53.931 [trace] resolveShellEnv(): running (macOS/Linux)
2024-06-13 16:43:53.931 [trace] baseEnv {"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","VSCODE_AGENT_FOLDER":"/home/SOMEID//.vscode-server","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_HANDLES_SIGPIPE":"true","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","VSCODE_AMD_ENTRYPOINT":"vs/workbench/api/node/extensionHostProcess","VSCODE_HANDLES_UNCAUGHT_ERRORS":"true","VSCODE_NLS_CONFIG":"{\"locale\":\"en\",\"osLocale\":\"en\",\"availableLanguages\":{}}","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh"}
2024-06-13 16:43:53.931 [debug] Terminal process launching on remote agent {"shellLaunchConfig":{"name":"Check remote","executable":"/bin/sh","args":["-c","wget --version > /dev/null\nif [ $? -eq 0 ]\nthen\n\twget --connect-timeout=7 --tries=1 --dns-timeout=7 -q --header='Metadata-Flavor:Google' -O - http://metadata.google.internal/computeMetadata/v1/instance/id\nelse\n\tcurl --version > /dev/null\n\tif [ $? -eq 0 ]\n\tthen\n\t\tcurl --connect-timeout 7 -s --header='Metadata-Flavor:Google' http://metadata.google.internal/computeMetadata/v1/instance/id\n\tfi\nfi\nexit 0"],"cwd":"/","useShellEnvironment":true},"initialCwd":"/","cols":80,"rows":30,"env":{"SHELL":"/bin/bash","PWD":"/home/SOMEID","LOGNAME":"SOMEID","MOTD_SHOWN":"pam","HOME":"/home/SOMEID/","SSH_CONNECTION":"10.174.177.241 8408 172.16.23.244 20001","USER":"SOMEID","SHLVL":"1","SSH_CLIENT":"10.174.177.241 8408 20001","PATH":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/remote-cli:/opt/buildtools/artget_linux-1.3.5.2:/opt/buildtools/secBepkit-2.1.T2:/opt/buildtools/secBepkit-2.1.T2:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin","_":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","NODE_OPTIONS":"--max_old_space_size=6144","BEPHOME":"/opt/buildtools/secBepkit-2.1.T2","RUSTUP_UPDATE_ROOT":"http://rust.insomecomp.com/rustup-static/rustup","CARGO_HOME":"/home/SOMEID//.cargo","GOROOT":"/usr/lib/go","RUSTUP_HOME":"/home/SOMEID//.rust","GOPROXY":"http://mirrors.tools.somecomp.com/goproxy/","BEP_ENV_PATH":"/opt/buildtools/secBepkit-2.1.T2","GO111MODULE":"on","GONOSUMDB":"*","RUSTUP_DIST_SERVER":"http://rust.insomecomp.com/rustup-static","ARTGET_HOME":"/opt/buildtools/artget_linux-1.3.5.2","BROWSER":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/bin/helpers/browser.sh","TERM_PROGRAM":"vscode","TERM_PROGRAM_VERSION":"1.89.1","LANG":"en_US.UTF-8","COLORTERM":"truecolor","GIT_ASKPASS":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass.sh","VSCODE_GIT_ASKPASS_NODE":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/node","VSCODE_GIT_ASKPASS_EXTRA_ARGS":"","VSCODE_GIT_ASKPASS_MAIN":"/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions/git/dist/askpass-main.js","VSCODE_GIT_IPC_HANDLE":"/tmp/vscode-git-e68e0f08ce.sock"}}
2024-06-13 16:43:55.099 [trace] resolveShellEnv(): running (macOS/Linux)
2024-06-13 16:43:55.142 [debug] Terminal profile not validated zsh ["zsh"]
2024-06-13 16:43:55.142 [debug] Terminal profile not validated fish ["fish"]
2024-06-13 16:43:55.142 [debug] Terminal profile not validated tmux ["tmux"]
2024-06-13 16:43:55.142 [debug] Terminal profile not validated pwsh ["pwsh"]
2024-06-13 16:43:55.467 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:43:55.471 [trace] Scanned user extensions: 3
2024-06-13 16:46:03.823 [trace] ExtensionManagementService.refreshControlCache - failed to get extension control manifest connect ETIMEDOUT 117.18.232.200:443
2024-06-13 16:46:03.825 [error] Error while installing extensions: connect ETIMEDOUT 13.107.42.18:443
2024-06-13 16:46:03.825 [error] Failed: connect ETIMEDOUT 13.107.42.18:443
    at N.B (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:173:107527)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async N.z (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:173:104368)
    at async N.getExtensions (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:173:101118)
    at async u.j (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:146:1372)
    at async u.g (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:145:10100)
    at async u.installExtensions (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:145:8716)
    at async w.q (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:179:24947)
    at async w.k (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:179:23845)
    at async w.scanExtensions (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:179:23528)
    at async m.call (/home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/out/vs/server/node/server.main.js:179:26642)
2024-06-13 16:46:03.826 [trace] Started scanning system extensions
2024-06-13 16:46:03.826 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.836 [debug] Using cached extensions scan result file:///home/SOMEID/.vscode-server/bin/dc96b837cf6bb4af9cd736aa3af08cf8279f7685/extensions
2024-06-13 16:46:03.836 [trace] Scanned system extensions: 31
2024-06-13 16:46:03.853 [debug] Using cached extensions scan result file:///home/SOMEID/.vscode-server/extensions/extensions.json
2024-06-13 16:46:03.853 [trace] Scanned user extensions: 3
2024-06-13 16:46:03.879 [trace] Started scanning system extensions
2024-06-13 16:46:03.879 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.879 [trace] Started scanning system extensions
2024-06-13 16:46:03.879 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.879 [trace] Started scanning system extensions
2024-06-13 16:46:03.879 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.879 [trace] Started scanning system extensions
2024-06-13 16:46:03.879 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.880 [trace] Started scanning system extensions
2024-06-13 16:46:03.880 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.880 [trace] Started scanning system extensions
2024-06-13 16:46:03.880 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.880 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:03.880 [trace] Started scanning system extensions
2024-06-13 16:46:03.880 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:04.002 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.010 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.014 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.021 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.025 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.028 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.031 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.039 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.043 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.078 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.097 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.118 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.136 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.156 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.163 [trace] Scanned user extensions: 3
2024-06-13 16:46:04.387 [trace] Started scanning system extensions
2024-06-13 16:46:04.387 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:04.405 [trace] Scanned system extensions: 31
2024-06-13 16:46:04.406 [trace] Scanned user extensions: 3
2024-06-13 16:46:05.507 [trace] Started scanning system extensions
2024-06-13 16:46:05.507 [trace] Started scanning user extensions {"$mid":1,"fsPath":"/home/SOMEID/.vscode-server/extensions/extensions.json","external":"file:///home/SOMEID/.vscode-server/extensions/extensions.json","path":"/home/SOMEID/.vscode-server/extensions/extensions.json","scheme":"file"}
2024-06-13 16:46:05.525 [trace] Scanned system extensions: 31
2024-06-13 16:46:05.527 [trace] Scanned user extensions: 3
2024-06-13 16:46:05.654 [trace] Started scanning system extensions
2024-06-13 16:46:05.654 [trace] Started scanning user extensions 

log form ExtHost

2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand __vscce8bf759-3e52-4d3b-a095-5cea787de845
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeDataToNotebook
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeNotebookToData
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand notebook.selectKernel
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeNotebookVariableProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand testing.getExplorerSelection
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand interactive.open
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.editorChat.start
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeDocumentHighlights
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeDocumentSymbolProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeFormatDocumentProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeFormatRangeProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeFormatOnTypeProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeDefinitionProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeTypeDefinitionProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeDeclarationProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeImplementationProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeReferenceProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeHoverProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeSelectionRangeProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeWorkspaceSymbolProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.prepareCallHierarchy
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.provideIncomingCalls
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.provideOutgoingCalls
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.prepareRename
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeDocumentRenameProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeLinkProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.provideDocumentSemanticTokensLegend
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.provideDocumentSemanticTokens
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.provideDocumentRangeSemanticTokensLegend
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.provideDocumentRangeSemanticTokens
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeCompletionItemProvider
2024-06-13 16:43:51.244 [trace] ExtHostCommands#registerCommand vscode.executeSignatureHelpProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeCodeLensProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeCodeActionProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeDocumentColorProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeColorPresentationProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeInlayHintProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeFoldingRangeProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.resolveNotebookContentProviders
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeInlineValueProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.open
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.openWith
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.diff
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.changes
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.prepareTypeHierarchy
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.provideSupertypes
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.provideSubtypes
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.revealTestInExplorer
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.experimental.editSession.continue
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand setContext
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand vscode.executeMappedEditsProvider
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand _validateWhenClauses
2024-06-13 16:43:51.245 [trace] ExtHostCommands#registerCommand _workbench.downloadResource
2024-06-13 16:43:51.245 [info] Skipping acquiring lock for c:\Users\someid\AppData\Roaming\Code\User\workspaceStorage\1597d683242977eec2b9dabb194cfdf3.
2024-06-13 16:43:51.245 [info] $getCanonicalURI invoked for authority (ssh-remote)
2024-06-13 16:43:51.245 [trace] [ExtHostStorage] storage dir already exists {"$mid":1,"fsPath":"c:\\Users\\someid\\AppData\\Roaming\\Code\\User\\workspaceStorage\\1597d683242977eec2b9dabb194cfdf3","_sep":1,"path":"/C:/Users/someid/AppData/Roaming/Code/User/workspaceStorage/1597d683242977eec2b9dabb194cfdf3","scheme":"file"}
2024-06-13 16:43:51.249 [info] ExtensionService#_doActivateExtension ms-vscode-remote.remote-ssh, startup: false, activationEvent: 'onResolveRemoteAuthority:ssh-remote'
2024-06-13 16:43:51.249 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/someid/.vscode/extensions/ms-vscode-remote.remote-ssh-0.110.1/out/extension
2024-06-13 16:43:51.250 [trace] ExtensionService#loadExtensionContext ms-vscode-remote.remote-ssh
2024-06-13 16:43:51.267 [trace] ExtHostCommands#registerCommand opensshremotes.showDetails
2024-06-13 16:43:51.270 [trace] ExtensionService#_callActivateOptional ms-vscode-remote.remote-ssh
2024-06-13 16:43:51.272 [trace] ExtHostCommands#executeCommand remote-internal.setActiveFolders
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.showLog
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.openWebUI
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.openEmptyWindow
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.openEmptyWindowOnCurrentHost
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.openEmptyWindowInCurrentWindow
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.openConfigFile
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.cleanDevBox
2024-06-13 16:43:51.272 [trace] ExtHostCommands#registerCommand opensshremotes.cleanCurrentRemoteServer
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.cleanRemoteServer
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.cleanLocalServer
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.getHelp
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.getStarted
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.reportIssue
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.settings
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.provideFeedback
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand opensshremotes.addNewSshHost
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand remote-internal.getActiveSshRemote
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand remote-internal.getConfiguredHostnames
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand remote-internal.openRemoteSshTarget
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand remote-internal.getSshFoldersHistory
2024-06-13 16:43:51.273 [trace] ExtHostCommands#registerCommand remote-internal.deleteSshFolderFromHistory
2024-06-13 16:43:51.281 [info] [resolveAuthority(ssh-remote,1)][0ms] activating remote resolvers ssh-remote+7.240.88.225
2024-06-13 16:43:51.281 [info] [resolveAuthority(ssh-remote,1)][0ms] activating resolver for ssh-remote+7.240.88.225...
2024-06-13 16:43:51.281 [info] [resolveAuthority(ssh-remote,1)][0ms] invoking final resolve()...
2024-06-13 16:43:51.281 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:43:51.281 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:43:52.283 [info] [resolveAuthority(ssh-remote,1)][1002ms] waiting...
2024-06-13 16:43:52.773 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:43:52.773 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:43:52.785 [info] [resolveAuthority(ssh-remote,1)][1505ms] setting tunnel factory...
2024-06-13 16:43:52.785 [info] [resolveAuthority(ssh-remote,1)][1505ms] returned 127.0.0.1:15780
2024-06-13 16:43:54.805 [trace] ProxyResolver#loadAdditionalCertificates: Loading certificates from main process
2024-06-13 16:43:54.859 [trace] ProxyResolver#loadAdditionalCertificates: Loaded certificates from main process 37
2024-06-13 16:43:54.860 [debug] ProxyResolver#resolveProxy settings https://mobile.events.data.microsoft.com/OneCollector/1.0?cors=true&content-type=application/x-json-stream PROXY someid:someuser%40somepwd@proxy.somcomp.com:8080 
2024-06-13 16:43:54.860 [trace] ProxyResolver#lookupProxyAuthorization callback proxyURL:http://someid:someuser%40somepwd@proxy.somcomp.com:8080/ proxyAuthenticate:undefined proxyAuthenticateCache:undefined
2024-06-13 16:43:54.861 [trace] ProxyResolver#net.connect [{"ALPNProtocols":"http/1.1","lookupProxyAuthorization":"[Function: bound f]","host":"proxy.somcomp.com","port":8080}]
2024-06-13 16:43:55.096 [trace] ProxyResolver#tls.connect [{"protocol":"https:","hostname":"mobile.events.d[32 chars]","method":"POST","headers":"[object Object]","agent":"[object Object]","_defaultAgent":"[object Object]","lookupProxyAuthorization":"[Function: bound f]","noDelay":true,"servername":"mobile.events.d[32 chars]","secureEndpoint":true,"_vscodeAdditionalCaCerts":"[37 certs]","socket":"[object Object]"}]
2024-06-13 16:46:04.225 [info] Eager extensions activated
2024-06-13 16:46:04.422 [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks, startup: false, activationEvent: 'onStartupFinished'
2024-06-13 16:46:04.422 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/someid/.vscode/extensions/alefragnani.bookmarks-13.5.0/dist/extension-node.js
2024-06-13 16:46:04.422 [trace] ExtensionService#loadExtensionContext alefragnani.Bookmarks
2024-06-13 16:46:04.422 [info] ExtensionService#_doActivateExtension ms-vscode.remote-explorer, startup: false, activationEvent: 'onCommand:remote-internal.setActiveFolders'
2024-06-13 16:46:04.422 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/someid/.vscode/extensions/ms-vscode.remote-explorer-0.4.3/dist/node/extension.js
2024-06-13 16:46:04.422 [trace] ExtensionService#loadExtensionContext ms-vscode.remote-explorer
2024-06-13 16:46:04.648 [error] Failed to load translations for alefragnani.Bookmarks from file:///c%3A/Users/someid/.vscode/extensions/alefragnani.bookmarks-13.5.0/l10n/bundle.l10n.zh-cn.json: 无法读取文件'c:\Users\someid\.vscode\extensions\alefragnani.bookmarks-13.5.0\l10n\bundle.l10n.zh-cn.json' (Error: 无法解析不存在的文件 'c:\Users\someid\.vscode\extensions\alefragnani.bookmarks-13.5.0\l10n\bundle.l10n.zh-cn.json')
2024-06-13 16:46:04.656 [trace] ExtensionService#_callActivateOptional alefragnani.Bookmarks
2024-06-13 16:46:04.657 [trace] ExtHostCommands#registerCommand bookmarks.whatsNew
2024-06-13 16:46:04.657 [trace] ExtHostCommands#registerCommand _bookmarks.whatsNewContextMenu
2024-06-13 16:46:04.657 [trace] ExtHostCommands#registerCommand _bookmarks.openSideBar
2024-06-13 16:46:04.657 [trace] ExtHostCommands#registerCommand _bookmarks.openFolderWelcome
2024-06-13 16:46:04.659 [trace] ExtHostCommands#registerCommand bookmarks.openSettings
2024-06-13 16:46:04.659 [trace] ExtHostCommands#registerCommand bookmarks.supportBookmarks
2024-06-13 16:46:04.659 [warning] Using default string since no string found in i18n bundle that has the key: Support
2024-06-13 16:46:04.659 [trace] ExtHostCommands#registerCommand bookmarksHelpAndFeedback.openHelpLink
2024-06-13 16:46:04.660 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:46:04.660 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:46:04.660 [trace] ExtHostCommands#registerCommand _bookmarks.sidebar.hidePosition
2024-06-13 16:46:04.660 [trace] ExtHostCommands#registerCommand _bookmarks.sidebar.showPosition
2024-06-13 16:46:04.660 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:46:04.660 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:46:04.661 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:46:04.661 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.viewAsTree#sideBar
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.viewAsList#sideBar
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.jumpTo
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.addBookmarkAtLine#gutter
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.addLabeledBookmarkAtLine#gutter
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.removeBookmarkAtLine#gutter
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand bookmarks.refresh
2024-06-13 16:46:04.661 [trace] ExtHostCommands#registerCommand _bookmarks.clearFromFile
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand _bookmarks.deleteBookmark
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand _bookmarks.editLabel
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.clear
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.clearFromAllFiles
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.selectLines
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.expandSelectionToNext
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.expandSelectionToPrevious
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.shrinkSelection
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.toggle
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.toggleLabeled
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.jumpToNext
2024-06-13 16:46:04.662 [trace] ExtHostCommands#registerCommand bookmarks.jumpToPrevious
2024-06-13 16:46:04.663 [trace] ExtHostCommands#registerCommand bookmarks.list
2024-06-13 16:46:04.663 [trace] ExtHostCommands#registerCommand bookmarks.listFromAllFiles
2024-06-13 16:46:04.668 [trace] ExtensionService#_callActivateOptional ms-vscode.remote-explorer
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.signIntoTunnelGithub
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.signIntoTunnelMicrosoft
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.refresh
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.add
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.configureSsh
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.deleteFolderHistoryItem
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.unregisterTunnel
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.connectToRemoteInCurrentWindow
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.connectToRemoteInNewWindow
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.connectToFolderInCurrentWindow
2024-06-13 16:46:04.668 [trace] ExtHostCommands#registerCommand remote-explorer.connectToFolderInNewWindow
2024-06-13 16:46:04.669 [trace] ExtHostCommands#registerCommand remote-explorer.connectToWslUsingDistro
2024-06-13 16:46:04.669 [trace] ExtHostCommands#registerCommand remote-explorer.connectToWslUsingDistroInNewWindow
2024-06-13 16:46:04.672 [trace] ExtHostCommands#executeCommand remote-internal.getActiveSshRemote
2024-06-13 16:46:04.672 [trace] ExtHostCommands#executeCommand remote-internal.getConfiguredHostnames
2024-06-13 16:46:04.673 [trace] ExtHostCommands#registerCommand remote-internal.setActiveFolders
2024-06-13 16:47:17.420 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:47:17.420 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:48:10.288 [error] Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-06-13 16:48:10.289 [error] Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-06-13 16:48:10.303 [error] Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-06-13 16:53:31.087 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:53:31.087 [trace] ExtHostCommands#executeCommand _setContext
2024-06-13 16:53:38.835 [trace] ExtHostCommands#executeCommand setContext
2024-06-13 16:53:38.835 [trace] ExtHostCommands#executeCommand _setContext

I have tried to upload the log file directly, but it failed. Please forgive me for using markdown to attach the log.

Blues-star commented 3 months ago

However, it seems that I have only found the cause of the stutter, but I still haven't found the reason why plugins like clangd cannot be used.

[Window Title]
Visual Studio Code

[Main Instruction]
command "clangd: Manually activate extension" cause error

[Content]
command 'clangd.activate' not found
Blues-star commented 3 months ago

The window logs are as follows, but I haven't found the cause of the error.

2024-06-14 15:58:31.018 [trace] CommandService#executeCommand _setContext
2024-06-14 15:58:31.159 [trace] KeybindingService#dispatch F1 [ Will dispatch command workbench.action.showCommands ]
2024-06-14 15:58:31.159 [trace] CommandService#executeCommand workbench.action.showCommands
2024-06-14 15:58:32.097 [trace] writeTextAreaState(reason: focusgain)
2024-06-14 15:58:32.099 [trace] CommandService#executeCommand clangd.activate
2024-06-14 15:58:32.099 [trace] onWillActivateByEvent:  onCommand:clangd.activate
2024-06-14 15:58:32.099 [trace] DialogService#prompt 命令 "clangd: Manually activate extension" 导致错误
2024-06-14 15:58:32.347 [debug] Comments: URIs of continue on comments to add to storage .
2024-06-14 15:58:33.615 [trace] writeTextAreaState(reason: focusgain)
2024-06-14 15:58:33.632 [trace] [text file model] resolve() - enter vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/huaweiplatform/liteos/206_2_release/arch/riscv/rvm32/src/dispatch.S
2024-06-14 15:58:33.632 [trace] [text file model] resolveFromFile() vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/huaweiplatform/liteos/206_2_release/arch/riscv/rvm32/src/dispatch.S
2024-06-14 15:58:33.632 [trace] [text file model] resolve() - enter vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/hisi/confidential/lpmcu/include/ap_cp/nashville/memory_linker.h
2024-06-14 15:58:33.633 [trace] [text file model] resolveFromFile() vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/hisi/confidential/lpmcu/include/ap_cp/nashville/memory_linker.h
2024-06-14 15:58:39.500 [trace] CommandService#executeCommand workbench.action.output.show.network
2024-06-14 15:58:39.503 [trace] Stopped polling file:///c%3A/Users/someuser/AppData/Roaming/Code/logs/20240603T095225/sharedprocess.log
2024-06-14 15:58:39.539 [trace] Started polling file:///c%3A/Users/someuser/AppData/Roaming/Code/logs/20240603T095225/network.log
2024-06-14 15:58:41.409 [debug] User data changed
2024-06-14 15:58:52.924 [trace] writeTextAreaState(reason: focusgain)
2024-06-14 15:58:53.069 [trace] KeybindingService#dispatch F1 [ Will dispatch command workbench.action.showCommands ]
2024-06-14 15:58:53.069 [trace] CommandService#executeCommand workbench.action.showCommands
2024-06-14 15:58:54.007 [trace] writeTextAreaState(reason: focusgain)
2024-06-14 15:58:54.010 [trace] CommandService#executeCommand clangd.activate
2024-06-14 15:58:54.010 [trace] onWillActivateByEvent:  onCommand:clangd.activate
2024-06-14 15:58:54.010 [trace] DialogService#prompt 命令 "clangd: Manually activate extension" 导致错误
2024-06-14 15:58:54.396 [debug] Comments: URIs of continue on comments to add to storage .
2024-06-14 15:58:54.993 [debug] User data changed
2024-06-14 15:58:56.079 [trace] writeTextAreaState(reason: focusgain)
2024-06-14 15:58:56.110 [trace] [text file model] resolve() - enter vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/huaweiplatform/liteos/206_2_release/arch/riscv/rvm32/src/dispatch.S
2024-06-14 15:58:56.113 [trace] [text file model] resolveFromFile() vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/huaweiplatform/liteos/206_2_release/arch/riscv/rvm32/src/dispatch.S
2024-06-14 15:58:56.113 [trace] [text file model] resolve() - enter vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/hisi/confidential/lpmcu/include/ap_cp/nashville/memory_linker.h
2024-06-14 15:58:56.113 [trace] [text file model] resolveFromFile() vscode-remote://ssh-remote%2B7.240.88.225/srv/workspace/lpmce_update_208_7/work_code/vendor/hisi/confidential/lpmcu/include/ap_cp/nashville/memory_linker.h
Blues-star commented 3 months ago

I'm not sure why it only shows one extension activated, but on my side, the extension bar shows clangd, bookmark, and a few other extensions are in the activated state. I don't know why he didn't register the 'clangd' extension or other extensions. @sandy081

2024-06-14 16:05:57.111 [info] [resolveAuthority(ssh-remote,1)][37311ms] waiting...
2024-06-14 16:05:58.113 [info] [resolveAuthority(ssh-remote,1)][38313ms] waiting...
2024-06-14 16:05:59.122 [info] [resolveAuthority(ssh-remote,1)][39322ms] waiting...
2024-06-14 16:05:59.726 [info] [resolveAuthority(ssh-remote,1)][39926ms] setting tunnel factory...
2024-06-14 16:05:59.727 [info] [resolveAuthority(ssh-remote,1)][39927ms] returned 127.0.0.1:15628
2024-06-14 16:08:12.090 [info] Eager extensions activated
2024-06-14 16:08:12.254 [info] ExtensionService#_doActivateExtension alefragnani.Bookmarks, startup: false, activationEvent: 'onStartupFinished'
2024-06-14 16:08:12.254 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/someuser/.vscode/extensions/alefragnani.bookmarks-13.5.0/dist/extension-node.js
2024-06-14 16:08:12.254 [trace] ExtensionService#loadExtensionContext alefragnani.Bookmarks
2024-06-14 16:08:12.255 [info] ExtensionService#_doActivateExtension ms-vscode.remote-explorer, startup: false, activationEvent: 'onCommand:remote-internal.setActiveFolders'
2024-06-14 16:08:12.255 [trace] ExtensionService#loadCommonJSModule file:///c:/Users/someuser/.vscode/extensions/ms-vscode.remote-explorer-0.4.3/dist/node/extension.js
2024-06-14 16:08:12.255 [trace] ExtensionService#loadExtensionContext ms-vscode.remote-explorer
2024-06-14 16:08:12.423 [error] Failed to load translations for alefragnani.Bookmarks from file:///c%3A/Users/someuser/.vscode/extensions/alefragnani.bookmarks-13.5.0/l10n/bundle.l10n.zh-cn.json: 无法读取文件'c:\Users\someuser\.vscode\extensions\alefragnani.bookmarks-13.5.0\l10n\bundle.l10n.zh-cn.json' (Error: 无法解析不存在的文件 'c:\Users\someuser\.vscode\extensions\alefragnani.bookmarks-13.5.0\l10n\bundle.l10n.zh-cn.json')
2024-06-14 16:08:12.428 [trace] ExtensionService#_callActivateOptional alefragnani.Bookmarks
2024-06-14 16:08:12.429 [trace] ExtHostCommands#registerCommand bookmarks.whatsNew
2024-06-14 16:08:12.429 [trace] ExtHostCommands#registerCommand _bookmarks.whatsNewContextMenu
2024-06-14 16:08:12.429 [trace] ExtHostCommands#registerCommand _bookmarks.openSideBar
2024-06-14 16:08:12.429 [trace] ExtHostCommands#registerCommand _bookmarks.openFolderWelcome
2024-06-14 16:08:12.430 [trace] ExtHostCommands#registerCommand bookmarks.openSettings
2024-06-14 16:08:12.430 [trace] ExtHostCommands#registerCommand bookmarks.supportBookmarks
2024-06-14 16:08:12.430 [warning] Using default string since no string found in i18n bundle that has the key: Support
2024-06-14 16:08:12.430 [trace] ExtHostCommands#registerCommand bookmarksHelpAndFeedback.openHelpLink
2024-06-14 16:08:12.431 [trace] ExtHostCommands#executeCommand setContext
2024-06-14 16:08:12.431 [trace] ExtHostCommands#executeCommand _setContext
2024-06-14 16:08:12.432 [trace] ExtHostCommands#registerCommand _bookmarks.sidebar.hidePosition
2024-06-14 16:08:12.432 [trace] ExtHostCommands#registerCommand _bookmarks.sidebar.showPosition
2024-06-14 16:08:12.432 [trace] ExtHostCommands#executeCommand setContext
2024-06-14 16:08:12.432 [trace] ExtHostCommands#executeCommand _setContext
2024-06-14 16:08:12.432 [trace] ExtHostCommands#executeCommand setContext
2024-06-14 16:08:12.432 [trace] ExtHostCommands#executeCommand _setContext
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand _bookmarks.viewAsTree#sideBar
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand _bookmarks.viewAsList#sideBar
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand _bookmarks.jumpTo
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand _bookmarks.addBookmarkAtLine#gutter
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand _bookmarks.addLabeledBookmarkAtLine#gutter
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand _bookmarks.removeBookmarkAtLine#gutter
2024-06-14 16:08:12.433 [trace] ExtHostCommands#registerCommand bookmarks.refresh
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand _bookmarks.clearFromFile
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand _bookmarks.deleteBookmark
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand _bookmarks.editLabel
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.clear
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.clearFromAllFiles
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.selectLines
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.expandSelectionToNext
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.expandSelectionToPrevious
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.shrinkSelection
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.toggle
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.toggleLabeled
2024-06-14 16:08:12.434 [trace] ExtHostCommands#registerCommand bookmarks.jumpToNext
2024-06-14 16:08:12.435 [trace] ExtHostCommands#registerCommand bookmarks.jumpToPrevious
2024-06-14 16:08:12.435 [trace] ExtHostCommands#registerCommand bookmarks.list
2024-06-14 16:08:12.435 [trace] ExtHostCommands#registerCommand bookmarks.listFromAllFiles
2024-06-14 16:08:12.437 [trace] ExtensionService#_callActivateOptional ms-vscode.remote-explorer
2024-06-14 16:08:12.437 [trace] ExtHostCommands#registerCommand remote-explorer.signIntoTunnelGithub
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.signIntoTunnelMicrosoft
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.refresh
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.add
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.configureSsh
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.deleteFolderHistoryItem
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.unregisterTunnel
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.connectToRemoteInCurrentWindow
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.connectToRemoteInNewWindow
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.connectToFolderInCurrentWindow
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.connectToFolderInNewWindow
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.connectToWslUsingDistro
2024-06-14 16:08:12.438 [trace] ExtHostCommands#registerCommand remote-explorer.connectToWslUsingDistroInNewWindow
2024-06-14 16:08:12.440 [trace] ExtHostCommands#executeCommand remote-internal.getActiveSshRemote
2024-06-14 16:08:12.440 [trace] ExtHostCommands#executeCommand remote-internal.getConfiguredHostnames
2024-06-14 16:08:12.440 [trace] ExtHostCommands#registerCommand remote-internal.setActiveFolders
2024-06-14 16:08:45.959 [trace] ExtHostCommands#executeCommand setContext
2024-06-14 16:08:45.959 [trace] ExtHostCommands#executeCommand _setContext
2024-06-14 16:10:01.118 [trace] ExtHostCommands#executeCommand setContext
2024-06-14 16:10:01.118 [trace] ExtHostCommands#executeCommand _setContext
2024-06-14 16:10:18.382 [error] Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-06-14 16:10:18.383 [error] Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
2024-06-14 16:10:18.383 [error] Error: read ECONNRESET
    at TCP.onStreamRead (node:internal/stream_base_commons:217:20)
sandy081 commented 3 months ago

@Blues-star I reopened the old issue and moved your comments to that issue. Hence closing this.