We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29ce84 commit e5efc97Copy full SHA for e5efc97
.changeset/warm-cups-explain.md
@@ -0,0 +1,5 @@
1
+---
2
+'vscode-graphql': patch
3
4
+
5
+Fix OpenVSX build by re-using the vsce build (astro compiler bug)
packages/vscode-graphql/package.json
@@ -161,7 +161,7 @@
161
"vsce:package": "vsce package --yarn",
162
"env:source": "export $(cat .envrc | xargs)",
163
"vsce:publish": "vsce publish --yarn",
164
- "open-vsx:publish": "ovsx publish --yarn -i . --pat $OVSX_PAT",
+ "open-vsx:publish": "ovsx publish --extensionFile $(ls -1 *.vsix | tail -n 1) --pat $OVSX_PAT",
165
"release": "npm run vsce:publish && npm run open-vsx:publish"
166
},
167
"devDependencies": {
0 commit comments