We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5e517 commit 55b8beeCopy full SHA for 55b8bee
.github/workflows/release.yml
@@ -74,6 +74,10 @@ jobs:
74
env:
75
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}
76
77
+ - name: Ensure Open VSX namespace exists
78
+ working-directory: VSCode/vscode-extension
79
+ run: npx ovsx create-namespace stride -p ${{ secrets.OPEN_VSX_TOKEN }} || true
80
+
81
- name: Publish to Open VSX Registry
82
working-directory: VSCode/vscode-extension
83
run: |
0 commit comments