About 246,000 results
Open links in new tab
  1. How to run a Python file in Visual Studio code from the terminal?

    Nov 28, 2022 · Create a folder where you want your script to run; Open the folder using VS Code: File -> Open Folder; Create your script and save it in the folder; Open a new terminal: …

  2. 'Run code' is not working in Visual Studio Code - Stack Overflow

    May 16, 2019 · When I click 'Run code' on the top right corner, or right click then click 'Run code', or use Ctrl+Alt+N, the integrated terminal does not appear and code could not run. However, I …

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

    Feb 26, 2019 · I wanted to be able to launch VS Code from any prompt (and usually the Windows menu shortcut) and still interact with Conda. These two methods both worked for Anaconda …

  4. node.js - Run JavaScript in Visual Studio Code - Stack Overflow

    Aug 3, 2015 · Now you have a node REPL active. You can now send your file or selected text to terminal. In order to do that open VSCode command pallete (F1 or ctrl+shift+p) and execute …

  5. Code Runner in VSCode is running in output instead of CMD in …

    Jul 29, 2020 · You can specify to run in the integrated terminal per their configuration setting by putting the following in your settings.json file: "code-runner.runInTerminal": true The setting is …

  6. How to execute Python code from within Visual Studio Code

    May 1, 2015 · First: To run code: use shortcut Ctrl + Alt + N; or press F1 and then select/type Run Code, or right click in a text editor window and then click Run Code in the editor context menu; …

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

    Jun 21, 2023 · I'm using Visual Studio Code and its Terminal to execute the 'npm' commands. Visual Studio Code (not as administrator) PS g:\labs\myproject> npm install bootstrap@3 . …

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

  9. Shortcut for running terminal command in VS code

    Oct 12, 2018 · You can create one new terminal, then run any command by workbench.action.terminal.sendSequence and don't forget close this new temp terminal by …

  10. How to run or debug php on Visual Studio Code (VSCode)

    Apr 30, 2015 · The best solution for me was to add a key binding to run PHP code directly in the terminal. To do so you just need to download terminal-command-keys from VS code …

Refresh