
PowerShell in Visual Studio Code
The Microsoft PowerShell extension for Visual Studio Code (VS Code) provides rich language support and capabilities such as syntax completions, definition tracking, and linting for PowerShell. The …
Terminal Basics - Visual Studio Code
The integrated terminal shell is running with the permissions of VS Code. If you need to run a shell command with elevated (administrator) or different permissions, use platform utilities such as …
Terminal Profiles - Visual Studio Code
A source is available only on Windows and can be used to let VS Code detect the install of either PowerShell or Git Bash. Alternatively, a path pointing directly to the shell executable can be used.
Quick Start Guide for Python in VS Code
There are also additional ways you can iteratively run snippets of your Python code within VS Code: Select one or more lines, then press Shift+Enter or right-click and select Run Selection/Line in …
Python environments in VS Code
Conda environments can't be automatically activated in the VS Code Integrated Terminal if the default shell is set to PowerShell. To change the shell, see Integrated terminal - Terminal profiles. You can …
Terminal Shell Integration - Visual Studio Code
Shell integration allows VS Code to attach a custom keyboard shortcuts to send a special sequence to PowerShell that then gets handled in the shell integration script and forwarded to the proper key …
What is a VS Code workspace?
What is a VS Code workspace? A Visual Studio Code workspace is the collection of one or more folders that are opened in a VS Code window (instance). In most cases, you will have a single folder opened …
Remote Development using SSH - Visual Studio Code
The Visual Studio Code Remote - SSH extension allows you to open a remote folder on any remote machine, virtual machine, or container with a running SSH server and take full advantage of VS …
Getting started with the terminal - Visual Studio Code
The terminal in VS Code enables you to run these commands without leaving the editor. To get started with the terminal: Start VS Code and open a folder or workspace. Open the terminal by selecting …
Running Python code in Visual Studio Code
The VS Code Native REPL for Python builds upon the classic Python REPL and provides additional features, such as Intellisense and syntax highlighting to make your Python development experience …