About 772,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

    Aug 1, 2021 · 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. 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

  4. 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 …

  5. 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 …

  6. Is it possible to have the Integrated Terminal open automatically …

    Aug 30, 2017 · Is it possible to configure User Settings to have the Integrated Terminal to start automatically when opening Visual Studio Code?

  7. 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?

  8. Visual Studio Code terminal isn't working - Stack Overflow

    I have installed Visual Studio Code, but I can’t type anything in terminal. How can I correct this issue?

  9. VS Code - Open Terminal in Current Directory - Stack Overflow

    Feb 20, 2022 · Is there any way in VS code to run the python file from current folder automatically? So every time I don't need to tell terminal to goto project folder then run "Run …

  10. How to call VS Code Editor from terminal / command line

    The question says it all. How can I open VS Code editor from windows cmd linux and mac terminal e.g. for notepad++ I write > start notepad++ test.txt By the way, the editor is …