About 407,000 results
Open links in new tab
  1. How to update VS Code on Windows? - Stack Overflow

    Mar 23, 2020 · 28 VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'.

  2. How can I upgrade Visual Studio Code? - Stack Overflow

    How do I upgrade Visual Studio Code on Ubuntu? For the time being, I was periodically getting the newest version (.deb) from their official site: sudo dpkg -i code_*.deb

  3. Why is "Check for Update" missing and updating if VS Code is …

    VS Code is not updating anymore. Settings > Update:Mode has no influence on the behaviour. I have to remove the "start as admin" flag from the properties of the file, close all instances, and …

  4. How can I globally set the PATH environment variable in VS Code ...

    In that case, quit VS Code and re-launch it by typing code. Update: VS Code on Mac and Linux now apparently tries to automatically resolve the shell environment when it is started by …

  5. Visual Studio Code (VSCode) - how to update the standalone (.zip ...

    Mar 29, 2018 · According to my experience (VSCode in a standalone .zip file uncompressed in D:\ using Win7 OS) you just need to download and uncompress the archive containing the new …

  6. How can I change the Python version in Visual Studio Code?

    Jan 7, 2018 · VS Code's terminal using a different python interpreter than the one you've selected By default, it doesn't know about your interpreter, and will initialize using the default .bashrc or …

  7. How to add a GitHub personal access token to Visual Studio Code

    Aug 13, 2021 · Update (March 2025) GitHub now requires fine-grained personal access tokens (PATs) for most new workflows. Classic tokens still work if you already created them, but new …

  8. VS Code Failed to Install Visual Studio Code Update

    Nov 8, 2020 · It was because I installed VS Code in another directory other than the default location. The problem happened because after downloading the update in the Temp directory, …

  9. How to Update Visual Studio Code Portable? - Stack Overflow

    May 4, 2018 · 7 I typically update the standard version of Visual Studio Code by clicking Help => Check for Updates (or just letting it update automatically in the background), but this option is …

  10. How do I update includePath on Visual Studio Code in Windows?

    Aug 3, 2018 · I'm trying to run this code that I found online to figure out how to run C++ on Visual Studio Code but it keeps telling me "Please update your includePath. IntelliSense features for …