About 2,390,000 results
Open links in new tab
  1. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · Yes. Simply put, that was the change. The download links are no longer displayed in extension pages. But they still "exist", and they still function if you know how to get them, …

  2. 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?

  3. visual studio code - How to Install VSCode on Windows as …

    Jan 22, 2024 · My experience is mainly for data scientists and AI team leaders. To have VSCode play nicely with conda environments, miniconda, and data science environments and …

  4. Is there a way to change the extensions folder location for Visual ...

    Sep 17, 2017 · The data folder can be moved to other Visual Studio Code installations. This is useful for updating your portable Visual Studio Code version: simply move the data folder to a …

  5. visual studio code - How to downgrade vscode - Stack Overflow

    Mar 18, 2018 · I searched (with Ctrl + F), found and selected code (i.e. Visual Studio Code)... Step 1 Then, from the "Package" menu clicked on "Force version" option : Step 2 which opens …

  6. How do I install pandas into Visual Studio Code? - Stack Overflow

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

  7. How can I install VS Code extension manually? - Stack Overflow

    Jun 23, 2025 · I am not able to download any extension via VS Code on my office system due to the proxy. Is there a way that I can do it manually by downloading and placing the downloaded …

  8. uv: command not found in Visual Studio Code on Windows

    Feb 28, 2025 · uv: command not found in Visual Studio Code on Windows Asked 10 months ago Modified 1 month ago Viewed 32k times

  9. Difference between User and System Installer of Visual Studio Code

    Jan 6, 2022 · The user install is basically a click-once (or web installer) version that installs in the User folder of the machine. The settings made to VS Code in the system version save for …

  10. visual studio code - pip install Python packages in Jupyter …

    May 24, 2023 · One way is to install package in venv environment in the terminal. Firstly, active your venv environment by command like Path\to\venv\active Then you can use command pip …