Skip to content

Commit 7d5e8c6

Browse files
authored
August Release (#6868)
1 parent b15f9da commit 7d5e8c6

File tree

8 files changed

+200
-159
lines changed

8 files changed

+200
-159
lines changed

CHANGELOG.md

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

3-
## 2019.8.0-rc (30 July 2019)
3+
## 2019.8.0 (6 August 2019)
44

55
### Enhancements
66

@@ -40,6 +40,8 @@
4040
1. Remove "Debug cell" action from data science code lenses for markdown cells.
4141
(thanks [Janosh Riebesell](https://github.com/janosh))
4242
([#6588](https://github.com/Microsoft/vscode-python/issues/6588))
43+
1. Add debug command code lenses when in debug mode
44+
([#6672](https://github.com/Microsoft/vscode-python/issues/6672))
4345

4446
### Fixes
4547

@@ -123,6 +125,12 @@
123125
([#6743](https://github.com/Microsoft/vscode-python/issues/6743))
124126
1. Remove Debug Cell and Run Cell from the command palette. They should both be 'Debug Current Cell' and 'Run Current Cell'
125127
([#6754](https://github.com/Microsoft/vscode-python/issues/6754))
128+
1. Make the dataviewer open a window much faster. Total load time is the same, but initial response is much faster.
129+
([#6729](https://github.com/Microsoft/vscode-python/issues/6729))
130+
1. Debugging an untitled file causes an error 'Untitled-1 cannot be opened'.
131+
([#6738](https://github.com/Microsoft/vscode-python/issues/6738))
132+
1. Eliminate 'History_\<guid\>' from the problems list when using the interactive panel.
133+
([#6748](https://github.com/Microsoft/vscode-python/issues/6748))
126134

127135
### Code Health
128136

ThirdPartyNotices-Distribution.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Microsoft Python extension for Visual Studio Code incorporates third party mater
224224
217. line-by-line 0.1.6 (https://registry.npmjs.org/line-by-line/-/line-by-line-0.1.6.tgz)
225225
218. linear-layout-vector 0.0.1 (https://registry.npmjs.org/linear-layout-vector/-/linear-layout-vector-0.0.1.tgz)
226226
219. linebreak 0.3.0 (https://registry.npmjs.org/linebreak/-/linebreak-0.3.0.tgz)
227-
220. lodash 4.17.13 (https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz)
227+
220. lodash 4.17.15 (https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz)
228228
221. lodash.clonedeep 4.5.0 (https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz)
229229
222. lodash.curry 4.1.1 (https://registry.npmjs.org/lodash.curry/-/lodash.curry-4.1.1.tgz)
230230
223. lodash.flatten 4.4.0 (https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz)
@@ -6940,7 +6940,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
69406940
=========================================
69416941
END OF linebreak NOTICES AND INFORMATION
69426942

6943-
%% lodash 4.17.13 NOTICES AND INFORMATION BEGIN HERE (https://registry.npmjs.org/lodash/-/lodash-4.17.13.tgz)
6943+
%% lodash 4.17.15 NOTICES AND INFORMATION BEGIN HERE (https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz)
69446944
=========================================
69456945
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
69466946

news/1 Enhancements/6672.md

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

news/2 Fixes/6729.md

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

news/2 Fixes/6738.md

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

news/2 Fixes/6748.md

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

package-lock.json

Lines changed: 188 additions & 151 deletions
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, code formatting, refactoring, unit tests, snippets, and more.",
5-
"version": "2019.8.0-rc",
5+
"version": "2019.8.0",
66
"languageServerVersion": "0.3.43",
77
"publisher": "ms-python",
88
"author": {

0 commit comments

Comments
 (0)