Azure / vscode-aks-tools

Visual Studio Code extension for Azure Kubernetes Service
MIT License
42 stars 52 forks source link

New Publish Workflow Fix #1017

Closed ReinierCC closed 1 month ago

ReinierCC commented 1 month ago

Removing npm webpack and replacing with npx publish.

The 'vsce package' operation calls 'npm webpack' as well build the required .vsix file for production.

Tested operation on github runner. vsix file present in directroy, and '*.vsix' was able to pick up the file.

Screenshot 2024-10-23 at 11 35 08 AM