Azure / azure-dev

A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow - code, build, deploy, monitor, repeat.
https://aka.ms/azd
MIT License
408 stars 198 forks source link

Need to sign and publish VSCode VSIX with `vsce` #4267

Open bwateratmsft opened 2 months ago

bwateratmsft commented 2 months ago

Beginning sometime in October, we will no longer be able to publish the VSCode extension as-is. We need to enable signing with vsce, as well as do publishing via vsce and workload identity federation.

/cc @danieljurek @rajeshkamal5050

bwateratmsft commented 2 months ago

@alexweininger is doing this for the core Azure extensions and the Docker extension. We should look at his work.