I am trying to install the Azure Function Extension but I'm getting this error:
2023-08-14 15:14:10.370 [error] CorruptZip: end of central directory record signature not found at $t.download (c:\Program Files\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:92:141) at process.processTicksAndRejections (node:internal/process/task_queues:96:5) at async ee.y (c:\Program Files\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:92:20021) at async ee.h (c:\Program Files\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:92:18112) 2023-08-14 15:14:10.474 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found at $t.download (c:\Program Files\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:92:141) at process.processTicksAndRejections (node:internal/process/task_queues:96:5) at async ee.y (c:\Program Files\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:92:20021) at async ee.h (c:\Program Files\Microsoft VS Code\resources\app\out\vs\code\node\sharedProcess\sharedProcessMain.js:92:18112)
I have VSCode version 1.81 installed.
I tried to install it using Extensions tab, and I tried to download it manually and installt with vsix.



