About 2,160,000 results
Open links in new tab
  1. Visual Studio Code is not showing the output of Python

    Mar 28, 2018 · I found this post when trying to find how to show my python code output in the VSCode output window instead of the integrated terminal window. In my case the problem was …

  2. How to View Python Output in the Terminal in VS Code

    Q: How do I view Python output in the terminal in VS Code? A: There are a few ways to view Python output in the terminal in VS Code. 1. Use the …

  3. Running Python code in Visual Studio Code

    To do so, you can search in the Command Palette (⇧⌘P (Windows, Linux Ctrl+Shift+P)) for Python: Start Terminal REPL, which opens a terminal for the currently selected Python …

  4. How to see the output of my python code in visual studio code

    Aug 30, 2024 · You can use it to step through your code line by line and observe the output. To start the debugger: Click on the "Run" menu and choose "Start Debugging" or press F5. Add …

  5. Whenever I run any code on Vs code it's output is the file path

    Oct 6, 2023 · Every code I have run , including : Print ("hello world") The output in terminal is just the file path. PS C:\Users\LAPTOP> python -u "c:\Users\LAPTOP\Documents\PYTHON …

  6. How to See the Output in Visual Studio Code - Coding Campus

    This guide will show how to easily see the output in Visual Studio Code with just one click. Follow the below steps to install the Code Runner extension in VS Code: Open the Extensions tab …

  7. How to Display Python output in VS code terminal

    Aug 17, 2022 · Have you downloaded and installed the Code Runner extension? and run the code with the option Run Code it brings? If so, please add the following configuration to your …

  8. Understanding Python Output in VSCode: Beyond the Terminal

    Apr 24, 2025 · To view the output panel, you can click on the 'Output' tab in the panel at the bottom of the VSCode window. And y'know, once you get used to it, it's actually pretty …

  9. How do I see the output of Python in Visual Studio code?

    Open the Python code file in Text Editor, and then use shortcut Ctrl + Alt + N , or press F1 and then select/type Run Code . The code will run and the output will be shown in the Output …

  10. Terminal output shows folder directory instead of code #22467

    Aug 9, 2023 · It looks like you're using Code runner extension, not VS Code's Python extension. So please file an issue here: https://github.com/formulahendry/vscode-code-runner.

  11. Some results have been removed