We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e4b94 commit 4b2b333Copy full SHA for 4b2b333
news/2 Fixes/13612.md
@@ -0,0 +1,2 @@
1
+Fixes typo in export command registration.
2
+(thanks [Anton Kosyakov](https://github.com/akosyakov/))
package.json
@@ -63,7 +63,7 @@
63
"onCommand:python.viewTestOutput",
64
"onCommand:python.viewOutput",
65
"onCommand:python.datascience.viewJupyterOutput",
66
- "onCOmmand:python.datascience.export",
+ "onCommand:python.datascience.export",
67
"onCommand:python.datascience.exportAsPythonScript",
68
"onCommand:python.datascience.exportToHTML",
69
"onCommand:python.datascience.exportToPDF",
0 commit comments