You've already forked dev.commandline.waveterm
mirror of
https://github.com/wavetermdev/dev.commandline.waveterm.git
synced 2026-04-22 15:27:29 -07:00
Fix terminal setup json
The json is missing a comma after the args array
This commit is contained in:
@@ -42,7 +42,7 @@ And make sure that you have the following lines there:
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"bash": {
|
||||
"path": "/usr/bin/flatpak-spawn",
|
||||
"args": ["--host", "--env=TERM=xterm-256color", "bash"]
|
||||
"args": ["--host", "--env=TERM=xterm-256color", "bash"],
|
||||
"icon": "terminal-bash",
|
||||
"overrideName": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user