Skip to content

Commit

Permalink
Update extension version for release (#24059)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig authored Sep 5, 2024
1 parent d73a2df commit edd85bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/lint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:

- name: Run Ruff
run: |
python -m pip install -U ruff
python -m pip install -U ruff==0.6.3
python -m ruff check .
python -m ruff format --check
working-directory: python_files
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "python",
"displayName": "Python",
"description": "Python language support with extension access points for IntelliSense (Pylance), Debugging (Python Debugger), linting, formatting, refactoring, unit tests, and more.",
"version": "2024.14.0-rc",
"version": "2024.14.0",
"featureFlags": {
"usingNewInterpreterStorage": true
},
Expand Down

0 comments on commit edd85bd

Please sign in to comment.