-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Seems not working for vscode insiders (1.98.0), cannot install extensions #90
Comments
That is worrisome for next stable versions... So you can connect and edit, just not install extensions? |
I found that, the stable version also failed to check signature... but on the contrary to the insider version, it still shows extension was successfully installed But I do not have much idea, as the verification process seems have been changed few months ago microsoft/vscode#223942 <-- content inside this issue is quite related
|
Disclaim: Stable (1.97.0) works well
vscode version
I tried multiple nixos server, I get error when install extensions
Some slightly detailed log (log level: trace)
After digging into the vscode source, it calls a closed source module
@vscode/vsce-sign
so I cannot investigate deeper.https://github.com/microsoft/vscode/blob/fe4d6a831a4f87126187ac6ba96e16405d69de0f/src/vs/platform/extensionManagement/node/extensionSignatureVerificationService.ts#L60-L101
The text was updated successfully, but these errors were encountered: