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

    May 1, 2015 · Somewhat related note: I was having trouble opening the native console (workbench.action.terminal.openNativeConsole in Keyboard Shortcuts, Open New Terminal in …

  2. Change the default terminal in Visual Studio Code

    Jun 8, 2017 · To change the default terminal for your project in Visual Studio Code: Create a folder by name of .vscode Create a settings.json file in this folder: Write the settings you want For example, if …

  3. How do I use Bash on Windows from the Visual Studio Code integrated ...

    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?

  4. How to open a file from the integrated terminal in Visual Studio Code ...

    Dec 29, 2016 · Is there a way of opening a file from the terminal in Visual Studio Code that opens in the same vscode instance that runs the terminal? Similar to c9 tool in Cloud9.

  5. 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 awesome (cross-

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

    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 to activate Python virtual environment in VS Code's terminal in ...

    2 On a Windows system, after opening a PowerShell terminal in VS Code You need to run the two lines below: first setting execution policy then activating virtual environment.

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

    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. git - VS Code can't open the terminal - Stack Overflow

    I didn't find any terminal-related errors in VSCode output tab but my terminal stopped opening all of a sudden. What helped me to resolve: renamed global settings.json > 1settings.json quit vscode > …

  10. Switch focus between editor and integrated terminal

    Does anyone know the keyboard shortcut (Mac and Linux) to switch the focus between editor and integrated terminal in Visual Studio Code?