About 50 results
Open links in new tab
  1. '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 executed …

  2. Where can i run my code in visual studio? - Stack Overflow

    Nov 23, 2020 · 3 Check this guide Tutorial: Create a simple C# console app in Visual Studio Open Visual Studio 2019. On the start window, choose Create a new project. On the Create a new project …

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

    Apr 30, 2021 · Search for Code Runner in Microsoft Visual Studio Code's Extension: Marketplace and hit on install. Or you can use your terminal or command prompt to install it.

  4. macos - Run / Open VSCode from Mac Terminal - Stack Overflow

    May 6, 2015 · 2810 According to the docs on Launching from the command line: Open Visual Studio Code Open the command pallette with Command + Shift + P (or F1) Type Shell in command palette …

  5. How to add a run button in Visual Studio Code? - Stack Overflow

    Apr 5, 2021 · 9 To give you an example of what i mean with "run button": Once you install Python extension in Visual Studio Code, you can press a button in the top right of the screen, and then VSC …

  6. visual studio - How can I un-hide the run button on the top right ...

    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.

  7. How to run a C program in Visual Studio Code? - Stack Overflow

    Aug 30, 2021 · Follow the links provided. You need Visual Studio Code (your editor and IDE) AND you need the C/C++ Plugin (to integrate VSCode and the compiler) AND you ALSO need a C++ compiler …

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

  9. 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: Terminal -> New …

  10. How to Show Code Runner Shortcut In VS Code - Stack Overflow

    Feb 1, 2023 · How can I show the Code Runner shortcut in Visual Studio Code if I mistakenly hid it?" I was using Visual Studio Code and I accidentally hid the Code Runner shortcut.