About 1,910,000 results
Open links in new tab
  1. How to run a few selected lines of code in vscode?

    Dec 21, 2019 · 11 How do I execute run Shift + Enter only the selection of highlighted lines of code in vscode? When hitting Shift + Enter there is the following error: Unable to initialize …

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

    May 16, 2019 · The 'Run Code' command works for me using python. A python script is open in the editor window. I click on that area and then click the 'Run code' icon on the top right and it …

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

    May 1, 2015 · I really like the look and feel/usability/features of Visual Studio Code, but I can't seem to find out how to run my Python code, a real killer because that's what I program …

  4. How can I un-hide the run button on the top right corner of the vs …

    Oct 22, 2022 · I have been using vs-code version 1.72.2. And I have mistakenly hidden the run button on the top right corner of the vs-code editor, while working on a python file.

  5. Difference between Run Code and Run without Debugging in VS …

    Oct 26, 2020 · I am a newbie in cpp programming and use visual studio code, I don't understand what is the difference between Ctrl + Alt + N(To run code) and Ctrl + F5(Run without Debugging).

  6. How can I run text selected in the active editor in VS Code's ...

    Aug 31, 2023 · I want to run the select code of python in VS Code. Till now, I have to copy the code and paste it in the terminal below to run. The system is mac OS. So is there any way to …

  7. Key shortcut for running python file in VS code - Stack Overflow

    Apr 27, 2022 · In VS Code, I'm writing python code. I was wondering if there is a key shortcut to run the file instead of pressing the run button in the right top corner of the screen constantly.

  8. The Run button in VS Code don't show up [Python]

    Apr 30, 2021 · I recently create an app using Python in VS Code. I made some modifications and now the Run button in the top left is gone. I can only run the app with the debug mode. I …

  9. How can I run Python code selected in the active editor in VS Code?

    Apr 11, 2018 · 9 If you highlight some code, you can right-click or run the command, Run Selection/Line in Python Terminal. We are also planning on implementing Ctrl-Enter to do the …

  10. In VS Code, how do you stop code that is running via the Code …

    Sep 24, 2019 · I'm running a python flask server locally by clicking the run button in VS Code (provided by the Code Runner extension). How do I stop the server without closing and …