Skip to content

Instantly share code, notes, and snippets.

@Mossman1215
Created August 11, 2024 00:17
Show Gist options
  • Save Mossman1215/6e6b2be12b0bac85a07dfd281ab14405 to your computer and use it in GitHub Desktop.
Save Mossman1215/6e6b2be12b0bac85a07dfd281ab14405 to your computer and use it in GitHub Desktop.
vscode flatpak integrated terminal fix
{
"from": "https://github.com/flathub/com.visualstudio.code/issues/315#issuecomment-1181637777",
"terminal.integrated.profiles.linux": {
"Host: Bash (new pty)": {
"path": "/usr/bin/flatpak-spawn",
"args": ["--env=TERM=vscode", "--host", "script", "--quiet", "/dev/null"]
},
"Host: ZSH (new pty)": {
"path": "/usr/bin/flatpak-spawn",
"args": ["--env=TERM=vscode", "--env=SHELL=zsh", "--host", "script", "--quiet", "/dev/null"]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment