mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-08-05 13:46:53 -07:00
Update flatpak-warning.txt
This commit is contained in:
committed by
Bartłomiej Piotrowski
parent
05063141f6
commit
41d5c5a1a8
+8
-8
@@ -19,15 +19,15 @@ To make the Integrated Terminal automatically use the host system's shell,
|
|||||||
you can add this to the settings:
|
you can add this to the settings:
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"terminal.integrated.defaultProfile.linux": "bash",
|
"terminal.integrated.defaultProfile.linux": "bash",
|
||||||
"terminal.integrated.profiles.linux": {
|
"terminal.integrated.profiles.linux": {
|
||||||
"bash": {
|
"bash": {
|
||||||
"path": "/usr/bin/flatpak-spawn",
|
"path": "/usr/bin/flatpak-spawn",
|
||||||
"args": ["--host", "--env=TERM=xterm-256color", "bash"]
|
"args": ["--host", "--env=TERM=xterm-256color", "bash"]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
This flatpak provides a standard development environment (gcc, python, etc).
|
This flatpak provides a standard development environment (gcc, python, etc).
|
||||||
To see what's available:
|
To see what's available:
|
||||||
|
|||||||
Reference in New Issue
Block a user