Open IvanIsak2000 opened 3 months ago
Is that path "/usr/bin/zsh" really OK? (you can try to run something like which zsh
)
Is that path "/usr/bin/zsh" really OK? (you can try to run something like
which zsh
)
Answer from standard terminal:
➜ ~ which zsh
/usr/bin/zsh
Answer from Vscodium:
sh-5.2$ which zsh
which: no zsh in (/app/bin:/app/bin:/app/bin:/usr/bin:/home/iwan/.var/app/com.vscodium.codium/data/node/bin:/home/iwan/.var/app/com.vscodium.codium/data/cargo/bin:/home/iwan/.var/app/com.vscodium.codium/data/python/bin:/home/iwan/.var/app/com.vscodium.codium/data/gem/ruby/3.2.0/bin)
.var/app
so it seems to be sandboxed by flatpak.
Desktop (please complete the following information):
.var/app
so it seems to be sandboxed by flatpak.Desktop (please complete the following information):
- OS: [e.g. Mac OS, Ubuntu 20.04, etc]
- Architecture [e.g. x64, ia32, arm64]
- Version [e.g. 1.33.0]
- App Manager [e.g. Winget, Homebrew, Snap, AUR, RPM, Nix, ...]
- Sandboxed [e.g. no, Flatpak, Snap]
Version: 1.91.1 Release: 24193 Commit: 8512cb3341b26a5dba985a9a17eed8d7c3362886 Date: 2024-07-11T18:37:10.462Z Electron: 29.4.0 ElectronBuildId: undefined Chromium: 122.0.6261.156 Node.js: 20.9.0 V8: 12.2.281.27-electron.0 OS: Linux x64 6.9.10-arch1-1 Sandboxed: flatpak installed
This solution worked for me:
host-spawn
, e.g. sudo dnf install host-spawn
{
"terminal.integrated.defaultProfile.linux": "zsh",
"terminal.integrated.profiles.linux": {
"zsh": {
"path": "/app/bin/host-spawn",
"args": ["zsh"],
"icon": "terminal-bash",
"overrideName": true
}
}
}
Hello!
My question: how can I set zsh terminal as default Vscodium terminal? I try many times to set it, but it's hell not working.
Inforation:
My
settings.json
:It is definitely setted as
zsh
, but when I clickNew terminal
I can select only two terminal's profiles:How is working?