jeff-hykin / better-shell-syntax

💾 📦 ♻️ An improvement to the shell syntax for VS Code
MIT License
50 stars 4 forks source link

Can't install the 1.5.1 via the Marketplace #54

Closed kud closed 1 year ago

kud commented 1 year ago
2023-03-13 16:30:47.280 [error] PackageIntegrityCheckFailed: Signature: PackageIntegrityCheckFailed
    at yt.download (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:468)
    at async X.x (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
    at async X.h (vscode-file://vscode-app/Applications/Visual%20Studio%20Code.app/Contents/Resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)
jeff-hykin commented 1 year ago

Thats strange, I tested it on a secondary machine just now and it worked for me.

Was this output from installing it via the commandline?

mrevjd commented 1 year ago

I have the same issue when trying to update from within VSCode:

2023-03-14 09:06:30.927 [error] PackageIntegrityCheckFailed: Signature: PackageIntegrityCheckFailed at yt.download (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:468) at async X.x (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760) at async X.h (vscode-file://vscode-app/c:/Program%20Files/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)

guzy0324 commented 1 year ago

the latest version can be installed manually by downloading and installing the vsix file.

cfgnunes commented 1 year ago

Same problem here. See the log below:

2023-03-14 08:19:27.902 [error] PackageIntegrityCheckFailed: Signature: PackageIntegrityCheckFailed
    at yt.download (vscode-file://vscode-app/snap/code/121/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:468)
    at async X.x (vscode-file://vscode-app/snap/code/121/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:20760)
    at async X.h (vscode-file://vscode-app/snap/code/121/usr/share/code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:91:18897)

I can only install manually by downloading and installing the vsix file. I use the Visual Studio Code on Ubuntu 22.04 via snap packages.

Akkowicz commented 1 year ago

Same problem for me, Windows 11, latest VS Code.

jvillemure commented 1 year ago

Same problem for me.

Version: 1.76.1 Commit: 5e805b79fcb6ba4c2d23712967df89a089da575b Date: 2023-03-08T16:32:00.131Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.76.1 Chrome/102.0.5005.196 Electron/19.1.11 Safari/537.36

Varrkan82 commented 1 year ago

Confirmed. Can not install/update.

jeff-hykin commented 1 year ago

Well this is bad. @alexr00 Any idea what might be going on?

Nothing has changed on my end, same publish command / token. The CLI command does take significantly longer than usual the last two times, but I get the same output as usual:

Screen Shot 2023-03-14 at 1 39 57 PM

Was there a recent change in VS Code signature validation? Like a format deprecation/drop

alexr00 commented 1 year ago

It seems that in some cases signature verification is not working (ex. https://github.com/microsoft/vscode/issues/175733).

I've created https://github.com/microsoft/vscode/issues/175733 and the folks who know about extension signing are looking into it.

kud commented 1 year ago

1.5.2 fixed it. Thank you.

jeff-hykin commented 1 year ago

Thanks! @ alexr00