make vscodium use zsh on flatpak
This commit is contained in:
parent
5eb9b84429
commit
e42ad2f637
1 changed files with 8 additions and 1 deletions
|
@ -92,5 +92,12 @@
|
||||||
"editor.largeFileOptimizations": false,
|
"editor.largeFileOptimizations": false,
|
||||||
"go.toolsManagement.autoUpdate": true,
|
"go.toolsManagement.autoUpdate": true,
|
||||||
"svelte.plugin.svelte.note-new-transformation": false,
|
"svelte.plugin.svelte.note-new-transformation": false,
|
||||||
"window.restoreWindows": "none"
|
"window.restoreWindows": "none",
|
||||||
|
"terminal.integrated.defaultProfile.linux": "bash",
|
||||||
|
"terminal.integrated.profiles.linux": {
|
||||||
|
"bash": {
|
||||||
|
"path": "/usr/bin/flatpak-spawn",
|
||||||
|
"args": ["--host", "--env=TERM=xterm-256color", "zsh"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue