You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On one of my computers, I am using vscoq 2.2.3 and it works fine.
On another computer, I was still on vscoq 2.2.1 so I decided to upgrade. I started by upgrading the opam package for vscoq-language-server, and then clicked on the extensions icon and required for the upgrade of vscoq.
When I click on the button : "update to v2.2.3"
025-01-29 11:00:58.205 [error] invalid central directory file header signature: 0x0: Extract: invalid central directory file header signature: 0x0
at V.extractUserExtension (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:111355)
at async ie.u (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:117590)
at async ie.x (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:119507)
at async ie.h (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:117123)
After investigating the issue, it appears that the error message correspond to some zip file being corrupted. I tried deactivating the extension completely (uninstall) and then redoing the install, but there is not much progress.
The text was updated successfully, but these errors were encountered:
It finally got fixed after I performed the following two operations:
I removed all files of the form .[0-9a-f]* in directory $HOME/.config/Code/CachedExtensionVSIXs/ (I thought about looking in that directory because some of the messages I had in the output console of Visual Studio code mentioned system errors while accessing files there, but I lost these error messages).
I asked for the vscoq package to be complete uninstalled and re-installed
I did not succeed on the first uninstall - install loop, though. I also had to restart the Visual Studio code progress several times. Maybe there is a specif order in which all these operations must be performed.
On one of my computers, I am using vscoq 2.2.3 and it works fine.
On another computer, I was still on vscoq 2.2.1 so I decided to upgrade. I started by upgrading the opam package for vscoq-language-server, and then clicked on the extensions icon and required for the upgrade of vscoq.
When I click on the button : "update to v2.2.3"
025-01-29 11:00:58.205 [error] invalid central directory file header signature: 0x0: Extract: invalid central directory file header signature: 0x0
at V.extractUserExtension (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:111355)
at async ie.u (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:117590)
at async ie.x (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:119507)
at async ie.h (/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:117123)
After investigating the issue, it appears that the error message correspond to some zip file being corrupted. I tried deactivating the extension completely (uninstall) and then redoing the install, but there is not much progress.
The text was updated successfully, but these errors were encountered: