Created
August 11, 2024 00:17
-
-
Save Mossman1215/6e6b2be12b0bac85a07dfd281ab14405 to your computer and use it in GitHub Desktop.
vscode flatpak integrated terminal fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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