Use @vscode/vsce when publishing the extension

This commit is contained in:
Koen Vlaswinkel
2024-05-06 15:31:05 +02:00
parent 67aa216ea1
commit f773f9f675

View File

@@ -134,7 +134,7 @@ jobs:
- name: Publish to Registry
run: |
npx vsce publish -p $VSCE_TOKEN --packagePath *.vsix
npx @vscode/vsce publish -p $VSCE_TOKEN --packagePath *.vsix
open-vsx-publish:
name: Publish to Open VSX Registry