Skip to content

Commit a40566f

Browse files
authored
Capitalize data science command names (#6750)
1 parent bc4d610 commit a40566f

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

package.nls.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"python.command.python.debugtests.title": "Debug All Tests",
88
"python.command.python.execInTerminal.title": "Run Python File in Terminal",
99
"python.command.python.setInterpreter.title": "Select Interpreter",
10-
"python.command.python.switchOffInsidersChannel.title": "Switch to Default channel",
11-
"python.command.python.switchToDailyChannel.title": "Switch to Insiders daily channel",
12-
"python.command.python.switchToWeeklyChannel.title": "Switch to Insiders weekly channel",
10+
"python.command.python.switchOffInsidersChannel.title": "Switch to Default Channel",
11+
"python.command.python.switchToDailyChannel.title": "Switch to Insiders Daily Channel",
12+
"python.command.python.switchToWeeklyChannel.title": "Switch to Insiders Weekly Channel",
1313
"python.command.python.updateSparkLibrary.title": "Update Workspace PySpark Libraries",
1414
"python.command.python.refactorExtractVariable.title": "Extract Variable",
1515
"python.command.python.refactorExtractMethod.title": "Extract Method",
@@ -32,35 +32,35 @@
3232
"python.command.python.runLinting.title": "Run Linting",
3333
"python.command.python.datascience.runFileInteractive.title": "Run Current File in Python Interactive Window",
3434
"python.command.python.datascience.runallcells.title": "Run All Cells",
35-
"python.command.python.datascience.runallcellsabove.title": "Run above",
35+
"python.command.python.datascience.runallcellsabove.title": "Run Above",
3636
"python.command.python.datascience.runcellandallbelow.title": "Run Below",
3737
"python.command.python.datascience.runallcellsabove.palette.title": "Run Cells Above Current Cell",
3838
"python.command.python.datascience.runcurrentcellandallbelow.palette.title": "Run Current Cell and Below",
3939
"python.command.python.datascience.debugcurrentcell.palette.title": "Debug Current Cell",
4040
"python.command.python.datascience.debugcell.title": "Debug Cell",
41-
"python.command.python.datascience.runtoline.title": "Run To Line in Python Interactive window",
42-
"python.command.python.datascience.runfromline.title": "Run From Line in Python Interactive window",
41+
"python.command.python.datascience.runtoline.title": "Run To Line in Python Interactive Window",
42+
"python.command.python.datascience.runfromline.title": "Run From Line in Python Interactive Window",
4343
"python.command.python.datascience.runcurrentcell.title": "Run Current Cell",
4444
"python.command.python.datascience.runcurrentcelladvance.title": "Run Current Cell And Advance",
45-
"python.command.python.datascience.execSelectionInteractive.title": "Run Selection/Line in Python Interactive window",
46-
"python.command.python.datascience.runcell.title": "Run cell",
47-
"python.command.python.datascience.showhistorypane.title": "Show Python Interactive window",
48-
"python.command.python.datascience.selectjupyteruri.title": "Specify Jupyter server URI",
45+
"python.command.python.datascience.execSelectionInteractive.title": "Run Selection/Line in Python Interactive Window",
46+
"python.command.python.datascience.runcell.title": "Run Cell",
47+
"python.command.python.datascience.showhistorypane.title": "Show Python Interactive Window",
48+
"python.command.python.datascience.selectjupyteruri.title": "Specify Jupyter Server URI",
4949
"python.command.python.datascience.importnotebook.title": "Import Jupyter Notebook",
5050
"python.command.python.datascience.importnotebookonfile.title": "Import Jupyter Notebook",
51-
"python.command.python.enableSourceMapSupport.title": "Enable source map support for extension debugging",
52-
"python.command.python.datascience.exportoutputasnotebook.title": "Export Python Interactive window as Jupyter Notebook",
53-
"python.command.python.datascience.exportfileasnotebook.title": "Export Current Python file as Jupyter Notebook",
51+
"python.command.python.enableSourceMapSupport.title": "Enable Source Map Support For Extension Debugging",
52+
"python.command.python.datascience.exportoutputasnotebook.title": "Export Python Interactive Window as Jupyter Notebook",
53+
"python.command.python.datascience.exportfileasnotebook.title": "Export Current Python File as Jupyter Notebook",
5454
"python.command.python.datascience.exportfileandoutputasnotebook.title": "Export Current Python File and Output as Jupyter Notebook",
55-
"python.command.python.datascience.undocells.title": "Undo last Python Interactive action",
56-
"python.command.python.datascience.redocells.title": "Redo last Python Interactive action",
57-
"python.command.python.datascience.removeallcells.title": "Delete all Python Interactive cells",
58-
"python.command.python.datascience.interruptkernel.title": "Interrupt IPython kernel",
59-
"python.command.python.datascience.restartkernel.title": "Restart IPython kernel",
60-
"python.command.python.datascience.expandallcells.title": "Expand all Python Interactive cells",
61-
"python.command.python.datascience.collapseallcells.title": "Collapse all Python Interactive cells",
62-
"python.command.python.datascience.addcellbelow.title": "Add empty cell to file",
63-
"python.command.python.datascience.scrolltocell.title": "Scroll cell into view",
55+
"python.command.python.datascience.undocells.title": "Undo Last Python Interactive Action",
56+
"python.command.python.datascience.redocells.title": "Redo Last Python Interactive Action",
57+
"python.command.python.datascience.removeallcells.title": "Delete All Python Interactive Cells",
58+
"python.command.python.datascience.interruptkernel.title": "Interrupt IPython Kernel",
59+
"python.command.python.datascience.restartkernel.title": "Restart IPython Kernel",
60+
"python.command.python.datascience.expandallcells.title": "Expand All Python Interactive Cells",
61+
"python.command.python.datascience.collapseallcells.title": "Collapse All Python Interactive Cells",
62+
"python.command.python.datascience.addcellbelow.title": "Add Empty Cell to File",
63+
"python.command.python.datascience.scrolltocell.title": "Scroll Cell Into View",
6464
"python.snippet.launch.standard.label": "Python: Current File",
6565
"python.snippet.launch.module.label": "Python: Module",
6666
"python.snippet.launch.module.default": "enter-your-module-name",

0 commit comments

Comments
 (0)