About 1,940,000 results
Open links in new tab
  1. 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 files at …

  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. VS Code - how to rollback extension/install specific extension version ...

    Nov 6, 2021 · VS Code provides an Install Another Version action on an installed extension which shows a dropdown of available versions. The option to install another version is in the context menu. Or the …

  4. How to Install VSCode on Windows as Administrator for data science ...

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

  5. How to install multiple extensions in VSCode using command line

    Oct 22, 2019 · How can I install multiple extensions in VSCode using the cli? I tried: code --install-extension xyz.local-history jock.svg but it only installs the first extension xyz.local-history. Installing

  6. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · 0 If your Python came from the Microsoft Store, VS Code/Jupyter may not find kernels. Install Python from python.org, recreate the venv, and register the kernel. That worked for me.

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

    Mar 18, 2018 · How to downgrade vscode Asked 7 years, 9 months ago Modified 2 years, 2 months ago Viewed 299k times

  8. Automatically install extensions in VS Code? - Stack Overflow

    Mar 11, 2016 · Is there some way to automatically install VS Code extensions when opening a project (like package.json but for vscode?) If not, is there some way to install extensions at the command line?

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

  10. How to install Visual Studio Code extensions from Command line

    Dec 15, 2015 · If you are automating installation of vscode extensions in a script (batch, ansible, bash, etc.) I would recommend adding the --force flag, as the --install-extension will prompt to update the …