Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Open Local TerminalNew to Visual Studio Code? Get it now.
Open Local Terminal

Open Local Terminal

mtsmfm

|
1 install
| (0) | Free
Open local terminals with custom commands
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-open-local-terminal

Open local terminal with custom local commands.

Commands

  • Open local terminal: Open New Terminal

Configuration

In VS Code settings:

{
  "openLocalTerminal.commands": [
    {
      "name": "WSL Ubuntu",
      "shellPath": "wsl.exe",
      "shellArgs": ["-d", "Ubuntu"]
    }
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft