Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Changelog

## 2021.8.0-rc (2 August 2021)
## 2021.8.0 (5 August 2021)

### Enhancements

1. Add new getting started page using VS Code's API
1. Add new getting started page using VS Code's API to replace our custom start page.
([#16678](https://github.com/Microsoft/vscode-python/issues/16678))
1. Replace deprecated vscode-test with @vscode/test-electron for CI. (thanks [iChenLei](https://github.com/iChenLei))
([#16765](https://github.com/Microsoft/vscode-python/issues/16765))

### Code Health

1. Sort Settings Alphabetically (thanks [bfarahdel](https://github.com/bfarahdel))
1. Sort Settings Alphabetically. (thanks [bfarahdel](https://github.com/bfarahdel))
([#8406](https://github.com/Microsoft/vscode-python/issues/8406))
1. Changed default language server to `Pylance` for extension development. (thanks [jasleen101010](https://github.com/jasleen101010))
([#13007](https://github.com/Microsoft/vscode-python/issues/13007))
Expand Down
16 changes: 8 additions & 8 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": "IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
"version": "2021.8.0-rc",
"version": "2021.8.0",
"featureFlags": {
"usingNewInterpreterStorage": true
},
Expand Down