Skip to content

Commit 0ba42da

Browse files
karthiknadigDavid KutugatarchiodoPavel Minaev
authored
Merge release 2020.3 to master (#10797)
* Davidkutu/port intellisense fix (#10531) * Jupyter autocompletion will only show up on empty lines, instead of appearing in functions. * filter out magic commands instead of ignoring all the jupyter intellisense. * moved the new code to a function and created tests * removed pressCtrlSpace function * added comments * update changelog and delete news file * Rename datascience to datascience_modules (#10525) (#10528) * Rename datascience to datascience_modules (#10525) * Rename datascience to datascience_modules * Change name to something even harder to get wrong * Fix unit test failure for release * Ensure local host only if connection not available (#10600) (#10644) * Ensure local host only if connection not available * Add news item * Fix #10437: Update launch.json handling to support "listen" and "connect" (#10517) (#10654) Co-authored-by: Pavel Minaev <[email protected]> * Update version and change log (#10662) * Update version and change log * Fix flakey file system tests (#10541) Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: David Kutugata <[email protected]> Co-authored-by: Rich Chiodo <[email protected]> Co-authored-by: Pavel Minaev <[email protected]>
1 parent 570caed commit 0ba42da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

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

3-
## 2020.3.0-rc (9 March 2020)
3+
## 2020.3.0 (19 March 2020)
44

55
### Enhancements
66

@@ -25,6 +25,8 @@
2525

2626
### Fixes
2727

28+
1. Jupyter autocompletion will only show magic commands on empty lines, preventing them of appearing in functions.
29+
([#10023](https://github.com/Microsoft/vscode-python/issues/10023))
2830
1. Remove extra lines at the end of the file when formatting with Black.
2931
([#1877](https://github.com/Microsoft/vscode-python/issues/1877))
3032
1. Capitalize `Activate.ps1` in code for PowerShell Core on Linux.
@@ -112,6 +114,8 @@
112114
([#10311](https://github.com/Microsoft/vscode-python/issues/10311))
113115
1. When you install missing dependencies for Jupyter successfully in an active interpreter also set that interpreter as the Jupyter selected interpreter.
114116
([#10359](https://github.com/Microsoft/vscode-python/issues/10359))
117+
1. Ensure default `host` is not set, if `connect` or `listen` settings are available.
118+
([#10597](https://github.com/Microsoft/vscode-python/issues/10597))
115119

116120
### Code Health
117121

@@ -133,8 +137,6 @@
133137
([#10182](https://github.com/Microsoft/vscode-python/issues/10182))
134138
1. Use debugpy in the core extension instead of ptvsd.
135139
([#10184](https://github.com/Microsoft/vscode-python/issues/10184))
136-
1. Remove UI Tests.
137-
([#10192](https://github.com/Microsoft/vscode-python/issues/10192))
138140
1. Add telemetry for imports in notebooks.
139141
([#10209](https://github.com/Microsoft/vscode-python/issues/10209))
140142
1. Update data science component to use `debugpy`.

news/2 Fixes/10023.md

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

news/2 Fixes/10597.md

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

0 commit comments

Comments
 (0)