About 2,620,000 results
Open links in new tab
  1. python - 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. 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 …

  3. How to set the working directory for debugging a Python …

    Jul 27, 2016 · The launch.json file controls the run/debug settings of your Visual Studio code project; my launch.json file was auto-generated by VS Code, in the directory of my current …

  4. Visual Studio Code not running Python - Stack Overflow

    I'm using the newest version of Visual Studio Code and Python 3.6 (64 bit) on Windows 10. I have the "Python" extension installed (the one made by Microsoft). Every time I try to run …

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

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

  6. VSCode 'Run Python file' does nothing - Stack Overflow

    Jan 3, 2023 · Today I've encountered a very strange problem in Microsoft Visual Studio Code 2022. When I press the 'play' button to run my python code, nothing happens. This is true also …

  7. Visual Studio Code is not showing the output of Python

    Mar 28, 2018 · See this answer for more details. Run or Debug with the built-in Python extension commands You can run or debug using the "triangle" icon and dropdown in the upper right of …

  8. Visual Studio Code: How debug Python script with arguments

    I'm using Visual Studio Code with the inbuilt Debugger in order to debug a Python script. Following this guide, I set up the argument in the launch.json file: But when I press on Debug, …

  9. visual studio code - vscode spends long time beginning to run the ...

    Oct 4, 2024 · Recently I updated my Visual Studio Code to version 1.94 (September 2024). By then, It took a long time to run my code when I pressed the "Run Python File" button.

  10. python - How do I install pandas into Visual Studio Code ... - Stack ...

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.