-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation -> CorruptZip: end of central directory record signature not found #4474
Comments
I would try restarting VS Code, clearing any cache it has if possible, and trying again. My guess is it just got corrupted when downloading (like a transient network or disk issue), as I haven't otherwise heard of this being an issue (and I would expect to given the amount of users it has). |
I also have this issue, with both my local and portable installs. The only resolution that seemed to work was manually downloading the .vsix file and installing it that way. Waiting to see if it will upgrade with the next release or if I'll need to manually upgrade moving forward. |
I've been having the same issue with any extension and I tried to use downloaded .vsix files. but the vscode showed "end of central directory record signature not found"! |
Interesting...I'm trying to get a new pre-release out today for you guys to try. I wonder if just a bad upload happened. |
Hey all, a new pre-release is available. Can you try again? Thanks! |
Hi guys,
thanks a lot for your help. Unfortunatelly there is still the same error, installing the „Pre-Release“ Version.
***@***.***
Any idea? Thanks a lot again to you all and Andy! ☺
|
Hm...what happens if you download the VSIX file from here: https://github.com/PowerShell/vscode-powershell/releases/tag/v2023.3.2-preview and install it "manually" that is in the VS Code Command picker, choose "Extensions: Install from VSIX" and then point it to the downloaded VSIX. |
So this looks eerily similar to issues reported with the Python extension here microsoft/vscode-python#17491 and upstream here microsoft/vscode#131022. The only extension dependency we have is the built-in "powershell" extension (that just installs a basic grammar, and is part of VS Code). I'd like to follow their guess about corrupted downloads in VS Code's user data folder. So a way to test this would be to open Code from the command line with a flag like this: |
Hmm, the VSIX file remains 0 byte of size. Probably there is some restriction in our company network?
Best regards,,
Alexander
Von: Andy Jordan ***@***.***>
Gesendet: Dienstag, 28. März 2023 19:22
An: PowerShell/vscode-powershell ***@***.***>
Cc: Arnst, Alexander (OWL-IT) ***@***.***>; Author ***@***.***>
Betreff: Re: [PowerShell/vscode-powershell] Installation -> CorruptZip: end of central directory record signature not found (Issue #4474)
Hm...what happens if you download the VSIX file from here: https://github.com/PowerShell/vscode-powershell/releases/tag/v2023.3.2-preview
and install it "manually" that is in the VS Code Command picker, choose "Extensions: Install from VSIX" and then point it to the downloaded VSIX.
—
Reply to this email directly, view it on GitHub<#4474 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASYS4DKLFTFN3JQ2BVTDYCTW6MM3JANCNFSM6AAAAAAWE2Y5HE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Hmm, still there is an error in downloading the vspackage.
***@***.***
When I click on the „Try Downloading Manually…“ this error response appears:
***@***.***
So I guess, our company has blocked these kind of packages.
Thanks a lot for your time and help.
BR,
Alexander
Von: Andy Jordan ***@***.***>
Gesendet: Dienstag, 28. März 2023 20:45
An: PowerShell/vscode-powershell ***@***.***>
Cc: Arnst, Alexander (OWL-IT) ***@***.***>; Author ***@***.***>
Betreff: Re: [PowerShell/vscode-powershell] Installation -> CorruptZip: end of central directory record signature not found (Issue #4474)
So this looks eerily similar to issues reported with the Python extension here microsoft/vscode-python#17491<microsoft/vscode-python#17491> and upstream here microsoft/vscode#131022<microsoft/vscode#131022>. The only extension dependency we have is the built-in "powershell" extension (that just installs a basic grammar, and is part of VS Code). I'd like to follow their guess about corrupted downloads in VS Code's user data folder.
So a way to test this would be to open Code from the command line with a flag like this: code --user-data-dir <some random test folder> so that Code opens with a fresh (and empty) user data directory.
—
Reply to this email directly, view it on GitHub<#4474 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASYS4DO3ZBFWB76MRWH65SDW6MWR5ANCNFSM6AAAAAAWE2Y5HE>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Ahh, interesting. I'm sorry about that! I can't think of a good workaround other than contacting your IT department and explaining you need to download VSIX packages as part of your workflow. |
I ran into two issues here: The only way this worked for me was using both the powershell-2023.3.2.vsix and bypassing the existing user data folder as @andschwa suggested. Assuming the issue is in my VS Code User Data folder, does this mean I will have to download all my extensions again to a fresh folder? |
@dramerus if you're at least able to download the VSIX, then I think your issue is just a corrupted download in your existing user data folder. I'm...not sure how to fix that. Theoretically you could clear VS Code's cache? I'd try checking its user data folder for anything mentioning "extensions," deleting them, and then reinstalling them (you could be extra careful and just try to delete the PowerShell extensions). Hope that works! Fortunately it's not a huge deal to re-download extensions, as their settings are saved separately (in your user |
I was able to work around this issue by deleting the following folders . Attempting to download and install the VSIX directly produced the same error, so I assume vscode ignores the download if there is already a VSIX cached. |
I am building out a new system, clean install of everything, and am running into the same issues with trying to install the PowerShell module in VSCode. Trying all of the suggestions above, I am continually getting the "Corupt ZIP: end of central directory record signature not found" error. I am able to download the VSIX clean (I think) but even the manual install of it does not work, even after uninstalling all other extensions (Git Graph was the only other installed so far) and deleting anything that looked like cache in the AppData\Roaming\Code folder. Even starting with On my old system, about a month ago I noticed the PowerShell extension needed an update, and I have not been able to get it to install on that system either. I was expecting a clean install to work, but is seems to be something with VSCode or the PowerShell extension file. Any help would be seriously appreciated. |
Can you verify the contents of the VSIX? You can view the size it ought to be here: https://github.com/PowerShell/vscode-powershell/releases/tag/v2023.3.3 Seems like this issue is mostly related to firewalls causing the VSIX not do download fully. |
andschwa, You are spot on with your suggestion. I should have checked file size on the download, but as everything appeared to work properly, I did not suspect an issue. It turns out that our firewalls were updated to protect against a vulnerability from a few months ago, and that has not been lifted yet. It specifically targeted the PowerShell VSIX, but the firewalls were not updated after the vulnerability was fixed. I've got network guys looking at it now. Why the firewalls would allow any part of the file to download and not throw an exception to the user is a different question... Thanks for the quick and excellent assistance! |
And I sure am curious why they specifically blocked the PowerShell VSIX...I don't have any reports about vulnerabilities. |
I have gotten a little more detail from our network guys... We are using Palo Alto firewalls, and it appears they setup the initial restriction to help protect our systems. Details of the vulnerability can be found at GHSA-pw56-c55x-cm9m. |
Oh, I see. So it's a blanket ban on allowing VS Code to download VSIXs (meaning it breaks ours and all other non-built-in extensions). Fortunately, according to that CVE it was patched back in October 2022. As long as your VS Code version v1.73.1 or above it's no longer a threat. Since VS Code auto-updates, and you're likely already on the latest (1.77.3), your IT team can probably be convinced to allow VSIX downloads again (and thus allow marketplace extensions to be installed).
The only thing I don't get is why they blocked VSIX downloads...like, it doesn't have anything to do with the CVE as far as I can tell. That vulnerability existed in VS Code's built-in Jypiter Notebook's feature code. |
The strange thing from my perspective, is that only the PowerShell extension seemed to be affected. All of the others I tried installed with no problem. Hopefully this will help someone else that has been bit by the same issue. |
That's so weird...once upon a time the PowerShell extension shipped some Jypiter Notebook code too, but it was removed over a year ago. Maybe it's just because it contains PowerShell scripts and modules? Palo Alto is being a bit too "helpful" I think. |
I experienced this issue with the C# extension as well, but no other extensions. So not entirely isolated to just the PowerShell extension. |
Same issue here just the powershell extension so far, with vpn off I am good. |
This issue has been marked as external. It has been automatically closed for housekeeping purposes. |
I've had the same issue with any extension and tried to use downloaded .vsix files. But the vs. code showed "end of central directory record signature not found"! code --version |
Yes, it is most likely a problem with your proxy. |
Thank you so much, that worked! Finally, I can update/install extensions! |
This was an issue with the proxy on my end as well. Make sure you can connect to all (relevant) domains on this page. |
thank you soo much guys for the wonderful suggestions |
Prerequisites
Summary
Hi guys,
I have fresh installed VS Code and try to install the Powershell extension from MS. Unfortunatelly there is just an error, that the downloaded Zip is corrupted. No infromation about which URL was accessed, nor where to find the corrupted Zip File... Any ideas? Other extensions, like the "poweshellprotools" installs with not problems.
2023-03-23 08:55:50.456 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:55:50.476 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
Thanks a lot in advance.
Alexander
PowerShell Version
Visual Studio Code Version
Extension Version
Steps to Reproduce
Visuals
Logs
2023-03-23 08:44:05.389 [info] Electron sandbox mode is enabled!
2023-03-23 08:44:07.678 [warning] Settings pattern "application." doesn't match any settings
2023-03-23 08:44:15.640 [warning] Settings pattern "application." doesn't match any settings
2023-03-23 08:44:18.632 [warning] Settings pattern "application." doesn't match any settings
2023-03-23 08:44:20.589 [warning] Settings pattern "application." doesn't match any settings
2023-03-23 08:44:22.268 [info] [perf] Render performance baseline is 141ms
2023-03-23 08:44:22.685 [warning] Settings pattern "application." doesn't match any settings
2023-03-23 08:44:24.994 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:44:25.008 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:52:39.743 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:52:39.780 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:52:47.432 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:52:47.435 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:54:06.547 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:54:06.598 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:54:08.347 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:54:08.350 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:54:23.337 [warning] Settings pattern "application." doesn't match any settings
2023-03-23 08:55:32.049 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:55:32.071 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:55:49.417 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:55:49.438 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:55:50.456 [error] CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
2023-03-23 08:55:50.476 [error] end of central directory record signature not found: CorruptZip: end of central directory record signature not found
at yt.download (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:223)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async X.x (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
at async X.h (vscode-file://vscode-app/c:/Users/860000165/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
The text was updated successfully, but these errors were encountered: