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

    Mar 23, 2020 · 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'. If the update still doesn't …

  2. Visual Studio 2015 - lightswitch issue - social.msdn.microsoft.com

    Jan 25, 2018 · I have installed visual studio fresh on a new machine and made sure i applied the latest SSDT update, my problem is that when i create a new lightswitch project, and create a table for the …

  3. Syntax Highlighter for Visual Studio Express? - Stack Overflow

    Feb 10, 2012 · I'm looking for a syntax highlighter for Visual Studio Express. I love Visual Assist, however it only works with Visual Studio Professional Edition, not Express. Visual Studio 2010 …

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

    If you're using an application launcher like LaunchBar to start Visual Studio Code, your PATH variable will not be inherited. Here is a system-wide fix: In the /etc/paths.d directory, create a file with your …

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

    Udate the package cache and reinstall sudo apt-get install apt-transport-https sudo apt-get update sudo apt-get install code In the next time when you want to upgrade, just do: sudo apt-get update sudo apt …

  6. Why is VS Code prompting me with "An update is ready to install.

    Jun 18, 2025 · 3 I keep getting this prompt popup from VS Code: Code An update is ready to install. Code is trying to add a new helper tool. Touch ID or enter your password to allow this. Use …

  7. visual studio code - Updating VSCode as not admin user not possible …

    Jan 14, 2025 · Hello, thanks for helping. Indeed its different because my goal is that the user should be able to update visual studio code when an update is available. I was able to create/change the …

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

    This is by design and is because you installed Visual Studio Code per user rather than per system: VS Code provides both Windows user and system level setups. The user setup does not require …

  9. How do you switch between branches in Visual Studio Code with Git?

    I am trying to workout how branching works in Visual Studio Code and Git. Previously I've worked with TFS which was pretty simple - you create a branch and this is all stored in a separate folder o...

  10. How to update Visual Studio Code using command line for many …

    I handle many windows server 2019 computers that has vscode installed. I want to remotly run the update, because users don't do it themselves. I was looking for a command line i could use to update...