About 167,000 results
Open links in new tab
  1. 'Run code' is not working in Visual Studio Code - Stack Overflow

    May 16, 2019 · 7 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 can open …

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

    Aug 31, 2023 · 61 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 run the code …

  3. How to add a run button in visual studio code? - Stack Overflow

    Apr 5, 2021 · I have written a language interpreter, a vscode syntaxhighlighter and vscode language support, and now want to use the run-code button to execute my interpreter for the current opened …

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

    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. Now, I cannot find a way …

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

    Apr 30, 2021 · I reinstalled VSCode and also deleted all the Cache and user-specific configurations but that didn't help. For me, there was a way more simple solution: I changed the versions of the python …

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

    Aug 3, 2015 · This solution intends to run currently open file in node and show output in VSCode. I had the same question and found newly introduced tasks useful for this specific use case.

  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. 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 device PRN But …

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

    Apr 11, 2018 · 26 I just made the transition from Spyder to VScode for my python endeavours. Is there a way to run individual lines of code? That's how I used to do my on-the-spot debugging, but I can't …

  10. Create and Run Dart Console Application Using VSCode?

    Mar 19, 2019 · I can create Flutter new application using VSCode. Now I want to learn Dart programming language. How can I create and run a Dart console application Using VS Code?