Skip to content
New issue

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: Custom terminal launch settings #5463

Closed
3 tasks done
Tyriar opened this issue Apr 18, 2016 · 0 comments
Closed
3 tasks done

Test: Custom terminal launch settings #5463

Tyriar opened this issue Apr 18, 2016 · 0 comments

Comments

@Tyriar
Copy link
Member

Tyriar commented Apr 18, 2016

Test plan for #3495 #597

Windows test case

Default

  1. Right click a folder in the file explorer and ensure it launches a terminal with the default settings

COMSPEC environment variable #597

  1. Install the TCC/LE cmd replacement
  2. Set it as the default in the %COMSPEC% variable
  3. Right click a folder in the file explorer and ensure it launches TCC/LE

Custom terminal settings

  1. Set powershell as custom terminal in settings; "terminal.external.windowsExec": "powershell"
  2. Right click a folder in the file explorer and ensure it launches powershell

Linux test case

Default

  1. Right click a folder in the file explorer and ensure it launches a terminal with the default settings

Custom via user settings

  1. Install zsh
  2. Set zsh as custom terminal in settings; "terminal.external.linuxExec": "zsh"
  3. Right click a folder in the file explorer and ensure it launches zsh

Ubuntu/Debian-specific test case

Custom via alternatives system

  1. Change default terminal emulator in alternatives system:

    sudo update-alternatives –config x-terminal-emulator
    
  2. Right click a folder in the file explorer and ensure it launches in the new default terminal

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants