Skip to content

Test: Custom terminal launch settings #5463

@Tyriar

Description

@Tyriar

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions