Skip to content

Merge from release-2020.07 to master #13204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

## 2020.7.0-rc (8 July 2020)
## 2020.7.1 (22 July 2020)

1. Fix language server setting when provided an invalid value, send config event more consistently.
([#13064](https://github.com/Microsoft/vscode-python/pull/13064))
1. Add banner for pylance, and remove old LS experiment.
([#12817](https://github.com/microsoft/vscode-python/pull/12817))

## 2020.7.0 (16 July 2020)

### Enhancements

Expand All @@ -9,7 +16,8 @@
([#9679](https://github.com/Microsoft/vscode-python/issues/9679))
1. Added "argsExpansion" to debugpy launch.json schema.
([#11678](https://github.com/Microsoft/vscode-python/issues/11678))
1. The extension will now automatically load if a `pyproject.toml` file is present in the workspace root directory. (@BrandonLWhite)
1. The extension will now automatically load if a `pyproject.toml` file is present in the workspace root directory.
(thanks [Brandon White](https://github.com/BrandonLWhite))
([#12056](https://github.com/Microsoft/vscode-python/issues/12056))
1. Add ability to check and update whether a notebook is trusted.
([#12146](https://github.com/Microsoft/vscode-python/issues/12146))
Expand All @@ -29,17 +37,21 @@
([#12611](https://github.com/Microsoft/vscode-python/issues/12611))
1. Include the JUPYTER_PATH environment variable when searching the disk for kernels.
([#12694](https://github.com/Microsoft/vscode-python/issues/12694))
1. Added exporting to python, HTML and PDF from the interative window.
1. Added exporting to python, HTML and PDF from the interactive window.
([#12732](https://github.com/Microsoft/vscode-python/issues/12732))
1. Show a prompt asking user to upgrade Code runner to new version to keep using it when in Deprecate PythonPath experiment.
([#12764](https://github.com/Microsoft/vscode-python/issues/12764))
1. Opening notebooks in the preview Notebook editor for [Visual Studio Code Insiders](https://code.visualstudio.com/insiders/).
([#10496](https://github.com/Microsoft/vscode-python/issues/10496))

### Fixes

1. Ensure we only have a single isort process running on a single file.
([#10579](https://github.com/Microsoft/vscode-python/issues/10579))
1. Provided a method for external partners to participate in jupyter server URI picking/authentication.
([#10993](https://github.com/Microsoft/vscode-python/issues/10993))
1. Check for hideFromUser before activating current terminal.
([#11122](https://github.com/Microsoft/vscode-python/issues/11122))
1. In Markdown cells, turn HTML links to markdown links so that nteract renders them.
([#11254](https://github.com/Microsoft/vscode-python/issues/11254))
1. Prevent incorrect ipywidget display (double plots) due to synchronization issues.
Expand Down Expand Up @@ -85,6 +97,10 @@
([#12588](https://github.com/Microsoft/vscode-python/issues/12588))
1. Open variable explorer when opening variable explorer during debugging.
([#12773](https://github.com/Microsoft/vscode-python/issues/12773))
1. Use the given interpreter for launching the non-daemon python
([#12821](https://github.com/Microsoft/vscode-python/issues/12821))
1. Correct the color of the 'Collapse All' button in the Interactive Window
([#12838](https://github.com/microsoft/vscode-python/issues/12838))

### Code Health

Expand Down Expand Up @@ -115,6 +131,10 @@
([#12656](https://github.com/Microsoft/vscode-python/issues/12656))
1. Add more telemetry for "Select Interpreter" command.
([#12722](https://github.com/Microsoft/vscode-python/issues/12722))
1. Add tests for trusted notebooks.
([#12554](https://github.com/Microsoft/vscode-python/issues/12554))
1. Update categories in `package.json`.
([#12844](https://github.com/Microsoft/vscode-python/issues/12844))

### Thanks

Expand Down
4 changes: 0 additions & 4 deletions news/1 Enhancements/10496.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3532,4 +3532,4 @@
"publisherDisplayName": "Microsoft",
"publisherId": "998b010b-e2af-44a5-a6cd-0b5fd3b9b6f8"
}
}
}