Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
([#5219](https://github.com/Microsoft/vscode-python/issues/5219))
1. Add telemetry for variable explorer and turn on by default.
([#5337](https://github.com/Microsoft/vscode-python/issues/5337))
1. Show a message when no variables are defined
([#5228](https://github.com/Microsoft/vscode-python/issues/5228))
1. Variable explorer UI fixes via PM / designer
([#5274](https://github.com/Microsoft/vscode-python/issues/5274))
1. Allow column sorting in variable explorer
([#5281](https://github.com/Microsoft/vscode-python/issues/5281))
1. Swap getsizeof size value for something more sensible in the variable explorer
([#5368](https://github.com/Microsoft/vscode-python/issues/5368))

### Fixes

Expand Down Expand Up @@ -110,6 +118,16 @@
([#5333](https://github.com/Microsoft/vscode-python/issues/5333))
1. Fix dataviewer header column alignment.
([#5351](https://github.com/Microsoft/vscode-python/issues/5351))
1. Make background cell color useable in all themes.
([#5236](https://github.com/Microsoft/vscode-python/issues/5236))
1. Filtered rows shows 'fetching' instead of No rows.
([#5278](https://github.com/Microsoft/vscode-python/issues/5278))
1. Multi-dimensional arrays don't open in the data viewer.
([#5395](https://github.com/Microsoft/vscode-python/issues/5395))
1. Fix sorting of lists with numbers and missing entries.
([#5414](https://github.com/Microsoft/vscode-python/issues/5414))
1. Fix error with bad len() values in variable explorer
([#5420](https://github.com/Microsoft/vscode-python/issues/5420))
1. Update ptvsd to [4.2.8](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.8).
* Path mapping bug fixes.
* Fix for hang when using debug console.
Expand Down Expand Up @@ -184,6 +202,10 @@
([#5213](https://github.com/Microsoft/vscode-python/issues/5213))
1. Fix failing variable explorer test.
([#5348](https://github.com/Microsoft/vscode-python/issues/5348))
1. Reliably end test tasks in Azure Pipelines.
([#5129](https://github.com/Microsoft/vscode-python/issues/5129))
1. Deprecate [travis](https://travis-ci.org/) in favor of [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/).
([#4024](https://github.com/Microsoft/vscode-python/issues/4024))

### Thanks

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

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/5274.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/5281.md

This file was deleted.

1 change: 0 additions & 1 deletion news/1 Enhancements/5368.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion news/3 Code Health/4024.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, code formatting, refactoring, unit tests, snippets, and more.",
"version": "2019.4.0-rc",
"version": "2019.4.0",
"languageServerVersion": "0.2.59",
"publisher": "ms-python",
"author": {
Expand Down