1

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.

1 Answer 1

1

The above error indicates a problem with the central directory record signature within the downloaded zip file, which could be due to corruption during the download or an issue with the extension itself.

Follow this MS Doc to install Azure Functions Core Tools manually.

Here are the steps:

enter image description here

enter image description here

Click on install will install Azure Functions Core Tools to your PC.

enter image description here

Now, you can start installing Azure Functions Core Tools in VS Code. Follow the below steps:

Go to VS Code Extensions> Azure Functions> click on Install will install Azure Functions Core Tools in VS Code.

enter image description here

Sign up to request clarification or add additional context in comments.

4 Comments

I have already installed the Azure Function Core Tools, but yet I'm still can't install the extension.
@Triple.B- Are you trying to install Azure functions like above in VS Code from Extension?
I tried form Extension and I tried to download the VSIX file and install it and both are giving me the same error
@Triple.B Sometimes, permission issues can cause problems during installation. Try running Visual Studio Code as an administrator and then attempt to install the extension again.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.