About 1,050,000 results
Open links in new tab
  1. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

  2. Is there a shortcut to comment multiple lines in python using VS …

    Sep 26, 2022 · Instead of indivually typing out a hash tag in front of each line, is there a way to select a block of code and comment/uncomment everything by only pressing a couple shortcut …

  3. VS Code doesn't open Python virtual environment

    Jul 14, 2025 · I'm using Python 3.13.5 with VS Code 1.102.0 on Ubuntu 24.04.2. With VS Code updates, there were often problems with opening venv environment, but usually reloading VS …

  4. VSCode: Why isn't debugger stopping at breakpoints?

    Jun 27, 2019 · Downgrading from Python 3.9 to 3.8 worked for me. VC Code 1.56.2 ignored breakpoints running Python 3.9 64-bit on Windows 10 version 20H2. Installing Python 3.8.10 …

  5. python - VS Code not recognizing .env file inside workspace folder ...

    Apr 19, 2023 · In order for Python to automatically detect a .env file within a workspace folder, you need to ensure that you have the Python extension installed in VS Code. Once you have the …

  6. How can I set up a virtual environment for Python in Visual Studio …

    Jan 9, 2019 · In my project folder I created a venv folder: python -m venv venv When I run command select python interpreter in Visual Studio Code, my venv folder is not shown. I went …

  7. Visual Studio Code Pylance (report Missing Imports )

    Apr 19, 2022 · To anyone with a missing imports issue. If you have installed Pylance and Python extensions from VS Code, you should hover your mouse over the missing imports. Then, …

  8. Python Interpreter Not Found on VS Code - Stack Overflow

    Jun 24, 2024 · you have to install Python first. And in Select Python Interpreter should be some icon to search manually Python on disk.

  9. python - How to know if Virtual Environment is working in VS …

    5 I’ve read through VS Code’s documentation on creating a virtual environment and I’ve used the venv command to do so, but how do I know if my current Python files are working using that …

  10. VS Code Jupyter not connecting to python kernel

    Feb 10, 2022 · VS Code version: 1.94.2 (user setup) OS: Windows_NT x64 10.0.22631 python: 3.10.11 x 32 Solution: Created Venv. VSC connected to Venv. For Jupiter, I specified the …