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 #994

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Conversation

sandy081
Copy link
Member

@sandy081 sandy081 commented Jun 7, 2024

fix #993

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 requested a review from joaomoreno June 7, 2024 13:48
@sandy081 sandy081 enabled auto-merge (squash) June 7, 2024 13:48
src/main.ts Outdated Show resolved Hide resolved
src/publish.ts Outdated Show resolved Hide resolved
src/publish.ts Show resolved Hide resolved
src/main.ts Outdated Show resolved Hide resolved
@joaomoreno joaomoreno added this to the June 2024 milestone Jun 7, 2024
Co-authored-by: João Moreno <[email protected]>
@sandy081 sandy081 merged commit dab8833 into main Jun 7, 2024
11 checks passed
@sandy081 sandy081 deleted the sandy081/yappiest-antlion branch June 7, 2024 15:19
@hador hador mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support signing related features
2 participants