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
76fea056f0
commit
05063141f6
+7
-6
@@ -20,12 +20,13 @@ you can add this to the settings:
|
||||
|
||||
|
||||
{
|
||||
"terminal.integrated.shell.linux": "/usr/bin/flatpak-spawn",
|
||||
"terminal.integrated.shellArgs.linux": [
|
||||
"--host",
|
||||
"--env=TERM='xterm-256color'",
|
||||
"/bin/bash"
|
||||
],
|
||||
"terminal.integrated.defaultProfile.linux": "bash",
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"bash": {
|
||||
"path": "/usr/bin/flatpak-spawn",
|
||||
"args": ["--host", "--env=TERM=xterm-256color", "bash"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
This flatpak provides a standard development environment (gcc, python, etc).
|
||||
|
||||
Reference in New Issue
Block a user