Skip to content

Commit cdf55e9

Browse files
karthiknadigjoyceerhlIanMatthewHuffDavid KutugataDonJayamanne
authored
Merge from release-2020.07 to master (microsoft#13204)
* Update model.isTrusted on trust change (microsoft#12820) (microsoft#12823) * Reduce visual complexity of trust prompt (microsoft#12839) (microsoft#12847) * Port python 2.7 fix to release (microsoft#12877) * port color fix on collapse all (microsoft#12895) (microsoft#12897) * fix a color on collapse all (microsoft#12895) * update changelog * Merge fixes into July release (microsoft#12889) Co-authored-by: Timothy Ruscica <[email protected]> * Merge more fixes into july release (microsoft#12918) Co-authored-by: Joyce Er <[email protected]> * Port trust fixes (microsoft#12929) * Fix regressions in trusted notebooks (microsoft#12902) * Handle trustAllNotebooks selection * Fix bug where after trusting, UI didn't update * Recover from ENOENT due to missing parent directory when trusting notebook (microsoft#12913) * Disable keydown on native cells in untrusted notebooks (microsoft#12914) * Hide editor icons when editor is not a notebook (microsoft#12934) (microsoft#12935) * Check for hideFromUser before activating current terminal (microsoft#12942) (microsoft#12956) * Check for hideFromUser before activating current terminal * Add tests * Tweak logic * Port final trust fixes for release (microsoft#12965) * Only allow Enter / NumpadEnter w/o ctrl/shift/alt (microsoft#12939) * Send telemetry for notebook trust prompt selections (microsoft#12964) * Fixes for persisting trust (microsoft#12950) * Display survey for native notebooks on/after 1st August (microsoft#12961) (microsoft#12975) Co-authored-by: Joyce Er <[email protected]> Co-authored-by: Joyce Er <[email protected]> * Contains cherry picks, version updates, change log updates (microsoft#12983) * Update version and change log * Improve detection when LS is fully loaded for IntelliCode (microsoft#12853) * Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Wait for client ready * Handle async dispose * Fix the date Co-authored-by: Mikhail Arkhipov <[email protected]> * hide the gather button while a cell is executing (microsoft#12984) * Update date (microsoft#13002) * remove release notes from the start page (microsoft#13032) * Cherry pick, version change and change log update (microsoft#13079) * Ensure languageServer value is valid, send event during activate (microsoft#13064) * Update change log and version * Activate banner prompt for Pylance (microsoft#12817) * Fix path * Actually fix settings * Add news * Add test * Format * Suppress 'jediEnabled' removal * Drop survey first launch threshold * Remove LS experiments * Frequency + tests * Fix test * Update message to match spec * Open workspace for extension rather than changing setting * Fix localization string * Show banners asynchronously * Add experiments * Formatting * Typo * Put back verifyAll * Remove obsolete experiments, add Pylance * Suppress experiment if Pylance is installed * PR feedback Co-authored-by: Jake Bailey <[email protected]> * Update change log as per comments Co-authored-by: Jake Bailey <[email protected]> Co-authored-by: Mikhail Arkhipov <[email protected]> * Port fix the gather survey (microsoft#13086) (microsoft#13105) * Fix the gather survey (microsoft#13086) * fix the gather survey added 'gather stats' telemetry mention the gather comments to update the python ext * oops * fix tests and address comments * update gather stats when resetting the kernel * set globalstate vars to 0 when we open vs code * fix gather stats telemetry * fix tests * fix tests for real Co-authored-by: Joyce Er <[email protected]> Co-authored-by: Ian Huff <[email protected]> Co-authored-by: David Kutugata <[email protected]> Co-authored-by: Don Jayamanne <[email protected]> Co-authored-by: Timothy Ruscica <[email protected]> Co-authored-by: Mikhail Arkhipov <[email protected]> Co-authored-by: Jake Bailey <[email protected]>
1 parent f30f54a commit cdf55e9

File tree

6 files changed

+23
-11
lines changed

6 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 2020.7.0-rc (8 July 2020)
3+
## 2020.7.1 (22 July 2020)
4+
5+
1. Fix language server setting when provided an invalid value, send config event more consistently.
6+
([#13064](https://github.com/Microsoft/vscode-python/pull/13064))
7+
1. Add banner for pylance, and remove old LS experiment.
8+
([#12817](https://github.com/microsoft/vscode-python/pull/12817))
9+
10+
## 2020.7.0 (16 July 2020)
411

512
### Enhancements
613

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

3747
### Fixes
3848

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

89105
### Code Health
90106

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

119139
### Thanks
120140

news/1 Enhancements/10496.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

news/2 Fixes/11122.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/2 Fixes/12821.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/12554.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/3 Code Health/12844.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)