Skip to content

Commit 0b41a86

Browse files
author
David Kutugata
authored
fixed annoying warnings (microsoft#14049)
1 parent c1258f0 commit 0b41a86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

3-
## 2020.9.0 (22 September 2020)
3+
## 2020.9.0 (23 September 2020)
44

55
### Enhancements
66

package.nls.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
"python.command.python.datascience.debugFileInteractive.title": "Debug Current File in Python Interactive Window",
6060
"python.command.python.datascience.runallcells.title": "Run All Cells",
6161
"python.command.python.datascience.notebookeditor.runallcells.title": "Run All Notebook Cells",
62+
"python.command.python.datascience.notebookeditor.expandallcells.title": "Expand All Notebook Cells",
63+
"python.command.python.datascience.notebookeditor.collapseallcells.title": "Collapse All Notebook Cells",
6264
"python.command.python.datascience.runallcellsabove.title": "Run Above",
6365
"python.command.python.datascience.runcellandallbelow.title": "Run Below",
6466
"python.command.python.datascience.runallcellsabove.palette.title": "Run Cells Above Current Cell",

0 commit comments

Comments
 (0)