About 53 results
Open links in new tab
  1. What are the differences between Visual Studio Code and Visual Studio ...

    May 29, 2015 · Visual Studio Code is a simpler and more efficient code editor with support for development operations like debugging, task running, and version control. It aims to provide just the …

  2. python - How can I activate my virtualenv in the Visual Studio Code ...

    Jul 13, 2022 · How can I activate my virtual environment in the Visual Studio Code terminal? I've tried using the workspace settings method, but the settings file was empty.

  3. visual studio code - How to create a workspace - Stack Overflow

    The questions How can I create a workspace in Visual Studio Code? and How can I create a Visual Studio Code Python workspace? are specific to Python. I am asking how to create a generic …

  4. Install Visual Studio Code for all users - Stack Overflow

    May 12, 2025 · I updated to the version here where it installs it per user instead of all. How do I install for all users instead? Do I need to install for each user now?

  5. visual studio code - how to export to pdf with syntax highlighting ...

    Nov 12, 2022 · The current way to achieve exactly what I want is to copy the code in Intellij, paste it into Visual Studio Code (to get the syntax right), copy it again and paste it into Google Docs to change …

  6. Jupyter Notebook extension Visual Studio Code stuck "connecting to ...

    Oct 18, 2025 · However, after being away for two days, when I opened my project again and tried to run my code starting with importing pandas in the Interactive Window, it kept getting stuck at "Connecting …

  7. python - Visual Studio Code: FileNotFoundError: [Errno 2] No such file ...

    Jun 24, 2018 · Visual Studio Code: FileNotFoundError: [Errno 2] No such file or directory Asked 7 years, 8 months ago Modified 2 years, 1 month ago Viewed 73k times

  8. Visual Studio Code: Ajustar linea de código a ventana

    Sep 17, 2020 · Visual Studio Code: Ajustar linea de código a ventana Formulada hace 5 años y 5 meses Modificada hace 3 años y 4 meses Vista 52k veces

  9. Visual Studio Code - How to add multiple paths to python path?

    Jan 5, 2017 · I am experimenting with Visual Studio Code and so far, it seems great (light, fast, etc). I am trying to get one of my Python apps running that uses a virtual environment, but also uses …

  10. How to indent/format a selection of code in Visual Studio Code?

    I want to indent a specific section of code in Visual Studio Code. I read How do you format code in Visual Studio Code? that gives shortcuts to indent the whole code, but it doesn't work when sele...