|  | 
| 3 | 3 |  "python.command.python.startREPL.title": "Start REPL", | 
| 4 | 4 |  "python.command.python.createTerminal.title": "Create Terminal", | 
| 5 | 5 |  "python.command.python.buildWorkspaceSymbols.title": "Build Workspace Symbols", | 
| 6 |  | - "python.command.python.runtests.title": "Run All Unit Tests", | 
| 7 |  | - "python.command.python.debugtests.title": "Debug All Unit Tests", | 
|  | 6 | + "python.command.python.runtests.title": "Run All Tests", | 
|  | 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 | 10 |  "python.command.python.updateSparkLibrary.title": "Update Workspace PySpark Libraries", | 
| 11 | 11 |  "python.command.python.refactorExtractVariable.title": "Extract Variable", | 
| 12 | 12 |  "python.command.python.refactorExtractMethod.title": "Extract Method", | 
| 13 | 13 |  "python.command.python.viewOutput.title": "Show Output", | 
| 14 |  | - "python.command.python.viewTestOutput.title": "Show Unit Test Output", | 
| 15 |  | - "python.command.python.selectAndRunTestMethod.title": "Run Unit Test Method ...", | 
| 16 |  | - "python.command.python.selectAndDebugTestMethod.title": "Debug Unit Test Method ...", | 
| 17 |  | - "python.command.python.selectAndRunTestFile.title": "Run Unit Test File ...", | 
| 18 |  | - "python.command.python.runCurrentTestFile.title": "Run Current Unit Test File", | 
| 19 |  | - "python.command.python.runFailedTests.title": "Run Failed Unit Tests", | 
| 20 |  | - "python.command.python.discoverTests.title": "Discover Unit Tests", | 
| 21 |  | - "python.command.python.stopUnitTests.title": "Stop", | 
| 22 |  | - "python.command.python.configureTests.title": "Configure Unit Tests", | 
|  | 14 | + "python.command.python.viewTestOutput.title": "Show Test Output", | 
|  | 15 | + "python.command.python.selectAndRunTestMethod.title": "Run Test Method ...", | 
|  | 16 | + "python.command.python.selectAndDebugTestMethod.title": "Debug Test Method ...", | 
|  | 17 | + "python.command.python.selectAndRunTestFile.title": "Run Test File ...", | 
|  | 18 | + "python.command.python.runCurrentTestFile.title": "Run Current Test File", | 
|  | 19 | + "python.command.python.runFailedTests.title": "Run Failed Tests", | 
|  | 20 | + "python.command.python.discoverTests.title": "Discover Tests", | 
|  | 21 | + "python.command.python.stopTests.title": "Stop", | 
|  | 22 | + "python.command.python.configureTests.title": "Configure Tests", | 
| 23 | 23 |  "python.command.python.execSelectionInTerminal.title": "Run Selection/Line in Python Terminal", | 
| 24 | 24 |  "python.command.python.execSelectionInDjangoShell.title": "Run Selection/Line in Django Shell", | 
| 25 | 25 |  "python.command.python.goToPythonObject.title": "Go to Python Object", | 
|  | 
0 commit comments