visual studio code powershell terminal code example

Example 1: change default external terminal vscode

The source link has the solution to this:

https://offering.solutions/blog/articles/2020/03/24/setting-windows-terminal-as-default-external-terminal-in-visual-studio-code/

Example 2: how to open vs code from powershell

Go to project directory
Type code . (code space .)

Example 3: vscode select terminal

# to select new default shell for the terminal in vs code:
- press F1 in VS Code
- typing/selecting Terminal: Select Default Shell

Tags:

C Example