About 385,000 results
Open links in new tab
  1. How to open a shell command prompt inside Visual Studio Code?

    May 1, 2015 · When using Visual Studio Code, how do I run command-line programs, such as a choco (Chocolatey) command? Do I need to have a separate Command Line (CMD.exe) …

  2. How can I open the terminal in Visual Studio? - Stack Overflow

    Apr 14, 2017 · In visual studio 2022 (and latest vs2019), We can open terminal from View> Terminal In Visual Studio 2019, you can open Command/PowerShell window from menu Tools …

  3. Working with Anaconda in Visual Studio Code - Stack Overflow

    Feb 26, 2019 · Easy & Quick Switch VS Code to use cmd.exe as the default integrated terminal shell by: opening the command palette (Control-Shift-P) search for Terminal: Select Default …

  4. How to open folders in VSCode via Terminal in a fresh state?

    May 18, 2017 · From Version: 1.35.1 it support code . to open a new instance of VSCode in current terminal's directory

  5. How can I run a command with administrator rights with Visual …

    203 The new version 1.2.0 includes a terminal, but when I try to install any pack with Node.js, I get the "npm ERR! code EPERM" that I usually solve by right-clicking and running it as …

  6. Is it possible in VS Code to put the terminal on the right?

    May 10, 2017 · Is it possible to move/open the terminal window to the right of the screen? In VS Code, when we use Ctrl+I, for example, by default, it opens a terminal just below where the …

  7. visual studio code - Get the Python console in a VScode - Stack …

    Jan 25, 2023 · Or use Shift + Enter to open a python interactive terminal, then select all the code in the file and press Shift + Enter to run code in the terminal, then you can continue to type …

  8. Is it possible to open integrated terminals from VS Code in a …

    Jan 9, 2020 · In VS Code, is it possible to open the terminals in a separate window? So far my research has pointed to a resounding no, but I'm curious if anyone has a solution or workaround.

  9. How do I use Bash on Windows from the Visual Studio Code …

    Mar 5, 2017 · Visual Studio Code on Windows uses PowerShell by default as the integrated terminal. If you want to use Bash from Visual Studio Code, what steps should be followed?

  10. Open CMD in the Visual Studio Code terminal - Stack Overflow

    Sep 8, 2017 · 31 Whenever I open the terminal in Visual Studio Code, I get a bash shell. I want to add CMD as a second shell. To do that, I went through the VS Code documentation and found …