About 7,850,000 results
Open links in new tab
  1. installation - How do I install vscode-server offline on a server for ...

    In previous versions, it was sufficient to install the remote-ssh extension and then download the vscode-server-linux-x64.tar.gz file, extract it, and copy it to the server directory ~/.vscode-serv...

  2. How can I download .vsix files now that the Visual Studio Code ...

    Jan 16, 2025 · 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, which you can find in the answers …

  3. How to Install VSCode on Windows as Administrator for data …

    Jan 22, 2024 · To have VSCode play nicely with conda environments, miniconda, and data science environments and distributions like Anaconda, I prefer to install all tools as …

  4. visual studio code - Remote SSH connection hangs at …

    Sep 8, 2023 · I am trying to connect to Remote SSH through Remote-SSH extension, however it hangs at "Downloading VSCode Server" step for a long time after updating the …

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

    Oct 6, 2018 · 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?

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

    Feb 3, 2017 · 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 …

  7. How to install Visual Studio Code on Linux? - Stack Overflow

    May 2, 2015 · To download and install Visual Studio Code on Ubuntu . follow the steps below Download Visual Studio Code for Linux Extract the zip file VSCode-linux-x64.zip Go inside the …

  8. How to fix "failed to install VS code server" error

    May 26, 2023 · I am trying to connect with remote server using SSH connection from Visual Studio Code. Earlier it was working but now it gives me error: Could not establish connection: …

  9. linux - VS Code Server [LocalDownloadFailed]: Error ...

    May 15, 2025 · I am trying to connect my Ubuntu from Windows to develop software with VS Code. I have been attempting offline installation because I have to, but I can't connect it. …

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