Skip to content

Commit 4b2b333

Browse files
authored
fixed typo in activaiton events (#13468)
Signed-off-by: Anton Kosyakov <[email protected]>
1 parent 01e4b94 commit 4b2b333

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

news/2 Fixes/13612.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fixes typo in export command registration.
2+
(thanks [Anton Kosyakov](https://github.com/akosyakov/))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"onCommand:python.viewTestOutput",
6464
"onCommand:python.viewOutput",
6565
"onCommand:python.datascience.viewJupyterOutput",
66-
"onCOmmand:python.datascience.export",
66+
"onCommand:python.datascience.export",
6767
"onCommand:python.datascience.exportAsPythonScript",
6868
"onCommand:python.datascience.exportToHTML",
6969
"onCommand:python.datascience.exportToPDF",

0 commit comments

Comments
 (0)