-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
containersIssue in vscode-remote containersIssue in vscode-remote containersinfo-neededIssue requires more information from posterIssue requires more information from poster
Description
- VSCode Version: 1.68.1
- Commit: 30d9c6cd9483b2cc586687151bcbcd635f373630
- Date: 2022-06-15T02:58:26.441Z
- Electron: 17.4.7
- Chromium: 98.0.4758.141
- Node.js: 16.13.0
- V8: 9.8.177.13-electron.0
- OS: Linux x64 5.15.0-25-generic snap
- Extension Version: v0.238.3
- Remote OS Version: Debian GNU/Linux 11
- Remote Extension/Connection Type: Containers
Steps to Reproduce:
- Connect to any container.
- Open the Terminal.
- Type
codeand see that it doesn't found:
$ code -v
bash: code: command not found
- Check the
PATHvariable:
$ echo $PATH
~/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/www/html/vendor/bin:/var/www/html/bin-
The path like /.vscode-server/bin/30d9c6cd9483b2cc586687151bcbcd635f373630/bin/remote-cli is missing!
- Connect to some host via SSH and check the same - the
codebinary is available:
$ code -v
1.68.1
30d9c6cd9483b2cc586687151bcbcd635f373630
x64
$ echo $PATH
/home/murz/.vscode-server/bin/30d9c6cd9483b2cc586687151bcbcd635f373630/bin/remote-cli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
$ which code
/home/murz/.vscode-server/bin/30d9c6cd9483b2cc586687151bcbcd635f373630/bin/remote-cli/code
Does this issue occur when you try this locally?: No
Does this issue occur when you try this locally and all extensions are disabled?: No
MurzNN
Metadata
Metadata
Assignees
Labels
containersIssue in vscode-remote containersIssue in vscode-remote containersinfo-neededIssue requires more information from posterIssue requires more information from poster