diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a74fcb..0568bc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,12 +110,12 @@ jobs: run: git push --follow-tags origin main - name: Package (vsix) - run: npx vsce package --no-dependencies + run: npx @vscode/vsce package --no-dependencies - name: Publish to VS Code Marketplace env: VSCE_PAT: ${{ secrets.VSCE_PAT }} - run: npx vsce publish -p "$VSCE_PAT" + run: npx @vscode/vsce publish -p "$VSCE_PAT" - name: Create GitHub Release + upload VSIX uses: softprops/action-gh-release@v3 diff --git a/README.md b/README.md index a2bff1a..3b848a6 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ See the manual: [docs/MANUAL.md](docs/MANUAL.md) - Git installed and available in PATH - Workspace opened inside a Git repository -- VS Code **v1.109.0** or newer +- VS Code **v1.110.0** or newer --- diff --git a/package.json b/package.json index 1ef8702..6620dd6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "version": "1.2.2", "icon": "media/icon.png", "engines": { - "vscode": "^1.109.0" + "vscode": "^1.110.0" }, "repository": { "type": "git",