We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ed30 commit 4549a37Copy full SHA for 4549a37
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
with:
86
node-version: '18'
87
- name: Install dependencies
88
- run: npm install -g typescript "vsce" "ovsx"
+ run: npm install -g typescript "@vscode/vsce" "ovsx"
89
- run: echo "XML_SERVER_VERSION=$(cat package.json | jq -r .xmlServer.version)" >> $GITHUB_ENV
90
- name: Download LemMinX Server Uber Jar
91
env:
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
181
- name: Set the link to download the binary server
182
0 commit comments