Skip to content

Commit

Permalink
Update supported VS Code version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev authored Oct 3, 2024
1 parent cb2b523 commit ec0bfc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm version ${{ github.event.inputs.version }} --no-git-tag-version
- run: npm ci
- run: npx @vscode/vsce publish --pat ${{ secrets.VSCODE_MARKETPLACE_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"keywords": ["python", "linting", "mypy"],
"engines": {
"vscode": "^1.90.0"
"vscode": "^1.93.0"
},
"categories": ["Programming Languages", "Linters", "Formatters"],
"extensionDependencies": ["ms-python.python"],
Expand Down

0 comments on commit ec0bfc3

Please sign in to comment.