Description
Environment
- Operating System: Mac
- JDK version: AWS 11
- Visual Studio Code version: latest, also the one from Feb, both have this issue.
- Java extension version:
v1.30.0
Steps To Reproduce
- [step 1] Fresh install vscode on mac
- [step 2] Fresh install Language Support for Java(TM) by Red Hat
v1.30.
Current Result
2024-05-28 15:10:26.876 [info] Started local extension host with pid 11611.
2024-05-28 15:10:28.438 [info] [perf] Render performance baseline is 13ms
2024-05-28 15:10:51.795 [error] CorruptZip: end of central directory record signature not found
at l.download (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:192)
at async te.x (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:118711)
at async te.h (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:116437)
2024-05-28 15:10:51.805 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at l.download (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:192)
at async te.x (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:118711)
at async te.h (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:116437)
Expected Result
Install the extension.
Additional Informations
Following the suggested "manual" download and install does not work either. I have tried complete reinstall of vscode, both current version and the version from Feb, no luck. It really seems like there's something wrong with the download source file? But it does seem unusually unlucky for me to be the first to report it, so not sure what's up here.