-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
Milestone
Description
- Windows @bgashler1
- Ubuntu @joaomoreno
- Fedora @joaomoreno
Windows test case
Default
- Right click a folder in the file explorer and ensure it launches a terminal with the default settings
COMSPEC environment variable #597
- Install the TCC/LE cmd replacement
- Set it as the default in the
%COMSPEC%variable - Right click a folder in the file explorer and ensure it launches TCC/LE
Custom terminal settings
- Set powershell as custom terminal in settings;
"terminal.external.windowsExec": "powershell" - Right click a folder in the file explorer and ensure it launches powershell
Linux test case
Default
- Right click a folder in the file explorer and ensure it launches a terminal with the default settings
Custom via user settings
- Install zsh
- Set zsh as custom terminal in settings;
"terminal.external.linuxExec": "zsh" - Right click a folder in the file explorer and ensure it launches zsh
Ubuntu/Debian-specific test case
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
Reactions are currently unavailable