We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test plan for #3495 #597
Default
COMSPEC environment variable #597
%COMSPEC%
Custom terminal settings
"terminal.external.windowsExec": "powershell"
Custom via user settings
"terminal.external.linuxExec": "zsh"
Custom via alternatives system
Change default terminal emulator in alternatives system:
sudo update-alternatives –config x-terminal-emulator
Right click a folder in the file explorer and ensure it launches in the new default terminal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Test plan for #3495 #597
Windows test case
Default
COMSPEC environment variable #597
%COMSPEC%
variableCustom terminal settings
"terminal.external.windowsExec": "powershell"
Linux test case
Default
Custom via user settings
"terminal.external.linuxExec": "zsh"
Ubuntu/Debian-specific test case
Custom via alternatives system
Change default terminal emulator in alternatives system:
Right click a folder in the file explorer and ensure it launches in the new default terminal
The text was updated successfully, but these errors were encountered: