About 50 results
Open links in new tab
  1. 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?

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

  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. Install VS Code on Windows through Powershell / command …

    Jul 22, 2022 · winget install -e --id Microsoft.VisualStudioCode Note -e matches exact string (instead of substring) and --id provides the ID of the application. More on args here For more …

  5. windows - Visual Studio Code install location - Stack Overflow

    May 15, 2015 · Not inside the app. |- Visual Studio Code.app |- code-portable-data The reasoning behind this can be read here: What is VSCode User Setup for Windows? Update If you are …

  6. VS Code can't find Python - Stack Overflow

    Feb 1, 2021 · 5 Go to the Visual Studio Code preferences, and under interpreter, you'll find Interpreter Path, so set that to the path of your Python installation, restart Visual Studio Code, …

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

  8. How do I install vscode-server offline on a server for VS Code …

    However, it seems that this method is no longer effective for newer versions. Does anyone know the method for offline installation of the new version on a server? After upgrading to version …

  9. How can I install Visual Studio Code extensions offline?

    I have installed Visual Studio Code on a machine that is not, and cannot be, connected to the Internet. According to the documentation, I can install an extension from the command line if I …

  10. Install a Nuget package in Visual Studio Code - Stack Overflow

    Dec 17, 2017 · How can I install a Nuget Package in Visual Studio Code? I know in Visual Studio, we can do this through the Nuget Package Manager console, but how do I do it in VS Code?