Skip to content

Commit 52b4fbf

Browse files
authored
Update version and change logs (#11408)
1 parent 99d9681 commit 52b4fbf

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
### Fixes
66

7-
1. Fix issue where downloading ipywidgets from the CDN might be busy.
8-
([#11274](https://github.com/Microsoft/vscode-python/issues/11274))
9-
1. Error: Timeout is shown after running any widget more than once.
10-
([#11334](https://github.com/Microsoft/vscode-python/issues/11334))
7+
1. Use node FS APIs when searching for python. This is a temporary change until VSC FS APIs are fixed.
8+
([#10850](https://github.com/Microsoft/vscode-python/issues/10850))
119
1. Show unhandled widget messages in the jupyter output window.
1210
([#11239](https://github.com/Microsoft/vscode-python/issues/11239))
1311
1. Warn when using a version of the widget `qgrid` greater than `1.1.1` with the recommendation to downgrade to `1.1.1`.
1412
([#11245](https://github.com/Microsoft/vscode-python/issues/11245))
13+
1. Allow user modules import when discovering tests.
14+
([#11264](https://github.com/Microsoft/vscode-python/issues/11264))
15+
1. Fix issue where downloading ipywidgets from the CDN might be busy.
16+
([#11274](https://github.com/Microsoft/vscode-python/issues/11274))
17+
1. Error: Timeout is shown after running any widget more than once.
18+
([#11334](https://github.com/Microsoft/vscode-python/issues/11334))
1519
1. Change "python.dataScience.runStartupCommands" commands to be a global setting, not a workspace setting.
1620
([#11352](https://github.com/Microsoft/vscode-python/issues/11352))
1721

news/2 Fixes/10850.md

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

news/2 Fixes/11264.md

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "python",
33
"displayName": "Python",
44
"description": "Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2020.4.0",
5+
"version": "2020.4.1",
66
"languageServerVersion": "0.5.30",
77
"publisher": "ms-python",
88
"enableProposedApi": false,

0 commit comments

Comments
 (0)