Skip to content
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

Support signing related features #993

Closed
sandy081 opened this issue Jun 7, 2024 · 3 comments · Fixed by #994
Closed

Support signing related features #993

sandy081 opened this issue Jun 7, 2024 · 3 comments · Fixed by #994
Assignees
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@sandy081
Copy link
Member

sandy081 commented Jun 7, 2024

Support following signing related features

  • Generate the extension manifest from the extension vsix: vsce generate-manifest --packagePath <package-path> --out <manifest-output-path>
  • Publish the extension with signed manifest: vsce publish --packagePath <package-path> --manifestPath <manifest-path> --signaturePath <signature-path>
@sandy081 sandy081 added the feature-request Request for new features or functionality label Jun 7, 2024
@sandy081 sandy081 self-assigned this Jun 7, 2024
sandy081 added a commit that referenced this issue Jun 7, 2024
@joaomoreno joaomoreno added this to the June 2024 milestone Jun 7, 2024
sandy081 added a commit that referenced this issue Jun 7, 2024
* fix #993

* feedback

* Update src/main.ts

Co-authored-by: João Moreno <joao.moreno@microsoft.com>

---------

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
@Yoyokrazy Yoyokrazy added the verification-needed Verification of issue is requested label Jun 25, 2024
@connor4312 connor4312 added the verified Verification succeeded label Jun 25, 2024
@connor4312
Copy link
Member

connor4312 commented Jun 25, 2024

@sandy081 vsce needs to be published still. Installed from main for the purposes of verification.

@connor4312
Copy link
Member

I'm not clear on how to generate the --signaturePath, the --help docs are also not super helpful (maybe signing info lives on the vscode docs eventually)

@connor4312 connor4312 added verification-steps-needed Steps to verify are needed for verification and removed verified Verification succeeded labels Jun 25, 2024
@sandy081
Copy link
Member Author

@connor4312 vsce does not support signing the manifest, one has to sign the manifest separately and pass it vsce for publishing. This is limited only feature for now.

I am marking this as verified since our pipelines are successfully generating the manifest, signing it and publish them using vsce.

@sandy081 sandy081 added verified Verification succeeded and removed verification-steps-needed Steps to verify are needed for verification labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants