Replies: 1 comment
-
I assume you're using the newest version of VS Code? Otherwise this sounds like an issue w/ VS Code itself (we don't control installation or the creation of the VSIX). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've had no luck installing the Python extension in vscode on my MacOs Sonoma 14.3.1 (apple silicon) machine.
Alos downloaded the vsix seperatly but the fails still happens.
Cleared the cache as per copilot/bard/chatgpt steps still no luck.
Let me know if I am missing something.
Error log:
2024-02-21 11:31:27.547 [info] Started local extension host with pid 25783.
2024-02-21 11:31:30.151 [info] [perf] Render performance baseline is 15ms
2024-02-21 11:33:12.738 [error] CorruptZip: end of central directory record signature not found
at c.download (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:192)
at async ie.x (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:119397)
at async ie.h (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:117123)
2024-02-21 11:33:12.749 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at c.download (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:84:192)
at async ie.x (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:119397)
at async ie.h (/Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:102:117123)
Beta Was this translation helpful? Give feedback.
All reactions