skip to Main Content

After I log into my VSCode, the VSCode is automatically updated, and after it tells me to restart it, I click "restart for update". It closes and immediately gives the error:

"Failed to install VSCode update"
"Updates may fail due to anti-virus software and/or runaway progress, Please try restarting your machine brfore attempting to update again"
"Please read the log file for more information"
"C:UserBlaAppDataLocalTempvscode-inno-updater-1706808930.log"

And after this message, another window appears with the error:

"Createprocess: code 2 failed"
"The specified file could not be found"

I tried rebooting/turning it off and on again, thinking it would help, but nothing changes.

2

Answers


  1. Check your free space disk, if this don’t solve then you need to update your system to a glibc 2.28 compatible version, but if you can’t do that, you can just simply stay on 1.85.2 VSCode version. This problem is on discussion on github and you can check the suggested solution on VSCode Documentation

    Login or Signup to reply.
  2. If checking your free disk space and updating your system to a compatible version don’t solve the issue, you can try manually downloading and installing the latest version of VSCode from the official website. You can also try disabling any antivirus software temporarily before attempting the update again.

    Another possible solution is to delete the current version of VSCode and then download and install the latest version.

    If none of these solutions work, you can check the log file at C:UserBlaAppDataLocalTempvscode-inno-updater-1706808930.log for more information on what went wrong during the update process.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search