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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog

## 2021.3.0-rc (9 March 2021)
## 2021.3.0 (16 March 2021)

### Enhancements

1. Activate the extension when the following files are found: `Pipfile`, `setup.py`, `requirements.txt`, `manage.py`, `app.py`
(thanks [Dhaval Soneji](https://github.com/soneji))
([#4765](https://github.com/Microsoft/vscode-python/issues/4765))
1. Add optional user-level `python.tensorBoard.logDirectory` setting. When starting a TensorBoard session, use this setting if it is present instead of prompting the user to select a log directory.
([#15476](https://github.com/Microsoft/vscode-python/issues/15476))

### Fixes

Expand Down Expand Up @@ -40,6 +42,8 @@
([#15580](https://github.com/Microsoft/vscode-python/issues/15580))
1. Ensure that jedi language server uses jedi shipped with the extension.
([#15586](https://github.com/Microsoft/vscode-python/issues/15586))
1. Updates to Proposed API, and fix the failure in VS Code Insider tests.
([#15638](https://github.com/Microsoft/vscode-python/issues/15638))

### Code Health

Expand All @@ -63,6 +67,10 @@
([#15567](https://github.com/Microsoft/vscode-python/issues/15567))
1. Fix failing smoke tests on CI.
([#15573](https://github.com/Microsoft/vscode-python/issues/15573))
1. Update VS Code engine to 1.54.0
([#15604](https://github.com/Microsoft/vscode-python/issues/15604))
1. Use `onReady` method available on language client to ensure language server is ready.
([#15612](https://github.com/Microsoft/vscode-python/issues/15612))

## 2021.2.4 (9 March 2021)

Expand Down
1 change: 0 additions & 1 deletion news/1 Enhancements/15476.md

This file was deleted.

1 change: 0 additions & 1 deletion news/2 Fixes/15638.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/15604.md

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/15612.md

This file was deleted.

2 changes: 1 addition & 1 deletion 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": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, and more.",
"version": "2021.3.0-rc",
"version": "2021.3.0",
"featureFlags": {
"usingNewInterpreterStorage": true
},
Expand Down