|
7 | 7 | "python.command.python.debugtests.title": "Debug All Tests", |
8 | 8 | "python.command.python.execInTerminal.title": "Run Python File in Terminal", |
9 | 9 | "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", |
13 | 13 | "python.command.python.updateSparkLibrary.title": "Update Workspace PySpark Libraries", |
14 | 14 | "python.command.python.refactorExtractVariable.title": "Extract Variable", |
15 | 15 | "python.command.python.refactorExtractMethod.title": "Extract Method", |
|
32 | 32 | "python.command.python.runLinting.title": "Run Linting", |
33 | 33 | "python.command.python.datascience.runFileInteractive.title": "Run Current File in Python Interactive Window", |
34 | 34 | "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", |
36 | 36 | "python.command.python.datascience.runcellandallbelow.title": "Run Below", |
37 | 37 | "python.command.python.datascience.runallcellsabove.palette.title": "Run Cells Above Current Cell", |
38 | 38 | "python.command.python.datascience.runcurrentcellandallbelow.palette.title": "Run Current Cell and Below", |
39 | 39 | "python.command.python.datascience.debugcurrentcell.palette.title": "Debug Current Cell", |
40 | 40 | "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", |
43 | 43 | "python.command.python.datascience.runcurrentcell.title": "Run Current Cell", |
44 | 44 | "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", |
49 | 49 | "python.command.python.datascience.importnotebook.title": "Import Jupyter Notebook", |
50 | 50 | "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", |
54 | 54 | "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", |
64 | 64 | "python.snippet.launch.standard.label": "Python: Current File", |
65 | 65 | "python.snippet.launch.module.label": "Python: Module", |
66 | 66 | "python.snippet.launch.module.default": "enter-your-module-name", |
|
0 commit comments