Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 511 Bytes

File metadata and controls

24 lines (15 loc) · 511 Bytes

PowerShell with command-line applications

Create a new connection or profile with the following settings:

  • Remote console: False

  • Command: <FilePath> <Arguments>

    # Connect to WSL
    wsl -d <DISTRIBUTION>
    
    # Connect to Kubernetes
    k9s --readonly

:::note

Windows Subsystem for Linux (WSL) must be installed and enabled on your system to use this feature.

:::

PowerShell with WSL

PowerShell with WSL and K9s