|
58 | 58 | ([#5219](https://github.com/Microsoft/vscode-python/issues/5219))
|
59 | 59 | 1. Add telemetry for variable explorer and turn on by default.
|
60 | 60 | ([#5337](https://github.com/Microsoft/vscode-python/issues/5337))
|
| 61 | +1. Show a message when no variables are defined |
| 62 | + ([#5228](https://github.com/Microsoft/vscode-python/issues/5228)) |
| 63 | +1. Variable explorer UI fixes via PM / designer |
| 64 | + ([#5274](https://github.com/Microsoft/vscode-python/issues/5274)) |
| 65 | +1. Allow column sorting in variable explorer |
| 66 | + ([#5281](https://github.com/Microsoft/vscode-python/issues/5281)) |
| 67 | +1. Swap getsizeof size value for something more sensible in the variable explorer |
| 68 | + ([#5368](https://github.com/Microsoft/vscode-python/issues/5368)) |
61 | 69 |
|
62 | 70 | ### Fixes
|
63 | 71 |
|
|
110 | 118 | ([#5333](https://github.com/Microsoft/vscode-python/issues/5333))
|
111 | 119 | 1. Fix dataviewer header column alignment.
|
112 | 120 | ([#5351](https://github.com/Microsoft/vscode-python/issues/5351))
|
| 121 | +1. Make background cell color useable in all themes. |
| 122 | + ([#5236](https://github.com/Microsoft/vscode-python/issues/5236)) |
| 123 | +1. Filtered rows shows 'fetching' instead of No rows. |
| 124 | + ([#5278](https://github.com/Microsoft/vscode-python/issues/5278)) |
| 125 | +1. Multi-dimensional arrays don't open in the data viewer. |
| 126 | + ([#5395](https://github.com/Microsoft/vscode-python/issues/5395)) |
| 127 | +1. Fix sorting of lists with numbers and missing entries. |
| 128 | + ([#5414](https://github.com/Microsoft/vscode-python/issues/5414)) |
| 129 | +1. Fix error with bad len() values in variable explorer |
| 130 | + ([#5420](https://github.com/Microsoft/vscode-python/issues/5420)) |
113 | 131 | 1. Update ptvsd to [4.2.8](https://github.com/Microsoft/ptvsd/releases/tag/v4.2.8).
|
114 | 132 | * Path mapping bug fixes.
|
115 | 133 | * Fix for hang when using debug console.
|
|
184 | 202 | ([#5213](https://github.com/Microsoft/vscode-python/issues/5213))
|
185 | 203 | 1. Fix failing variable explorer test.
|
186 | 204 | ([#5348](https://github.com/Microsoft/vscode-python/issues/5348))
|
| 205 | +1. Reliably end test tasks in Azure Pipelines. |
| 206 | + ([#5129](https://github.com/Microsoft/vscode-python/issues/5129)) |
| 207 | +1. Deprecate [travis](https://travis-ci.org/) in favor of [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/). |
| 208 | + ([#4024](https://github.com/Microsoft/vscode-python/issues/4024)) |
187 | 209 |
|
188 | 210 | ### Thanks
|
189 | 211 |
|
|
0 commit comments