|
84 | 84 | "commands": [
|
85 | 85 | {
|
86 | 86 | "command": "python.sortImports",
|
87 |
| - "title": "Sort Imports", |
| 87 | + "title": "%python.command.python.sortImports.title%", |
88 | 88 | "category": "Python Refactor"
|
89 | 89 | },
|
90 | 90 | {
|
91 | 91 | "command": "python.startREPL",
|
92 |
| - "title": "Start REPL", |
| 92 | + "title": "%python.command.python.startREPL.title%", |
93 | 93 | "category": "Python"
|
94 | 94 | },
|
95 | 95 | {
|
96 | 96 | "command": "python.buildWorkspaceSymbols",
|
97 |
| - "title": "Build Workspace Symbols", |
| 97 | + "title": "%python.command.python.buildWorkspaceSymbols.title%", |
98 | 98 | "category": "Python"
|
99 | 99 | },
|
100 | 100 | {
|
101 | 101 | "command": "python.runtests",
|
102 |
| - "title": "Run All Unit Tests", |
| 102 | + "title": "%python.command.python.runtests.title%", |
103 | 103 | "category": "Python"
|
104 | 104 | },
|
105 | 105 | {
|
106 | 106 | "command": "python.debugtests",
|
107 |
| - "title": "Debug All Unit Tests", |
| 107 | + "title": "%python.command.python.debugtests.title%", |
108 | 108 | "category": "Python"
|
109 | 109 | },
|
110 | 110 | {
|
111 | 111 | "command": "python.execInTerminal",
|
112 |
| - "title": "Run Python File in Terminal", |
| 112 | + "title": "%python.command.python.execInTerminal.title%", |
113 | 113 | "category": "Python"
|
114 | 114 | },
|
115 | 115 | {
|
116 | 116 | "command": "python.setInterpreter",
|
117 |
| - "title": "Select Interpreter", |
| 117 | + "title": "%python.command.python.setInterpreter.title%", |
118 | 118 | "category": "Python"
|
119 | 119 | },
|
120 | 120 | {
|
121 | 121 | "command": "python.updateSparkLibrary",
|
122 |
| - "title": "Update Workspace PySpark Libraries", |
| 122 | + "title": "%python.command.python.updateSparkLibrary.title%", |
123 | 123 | "category": "Python"
|
124 | 124 | },
|
125 | 125 | {
|
126 | 126 | "command": "python.refactorExtractVariable",
|
127 |
| - "title": "Extract Variable", |
| 127 | + "title": "%python.command.python.refactorExtractVariable.title%", |
128 | 128 | "category": "Python Refactor"
|
129 | 129 | },
|
130 | 130 | {
|
131 | 131 | "command": "python.refactorExtractMethod",
|
132 |
| - "title": "Extract Method", |
| 132 | + "title": "%python.command.python.refactorExtractMethod.title%", |
133 | 133 | "category": "Python Refactor"
|
134 | 134 | },
|
135 | 135 | {
|
136 | 136 | "command": "python.viewTestOutput",
|
137 |
| - "title": "Show Unit Test Output", |
| 137 | + "title": "%python.command.python.viewTestOutput.title%", |
138 | 138 | "category": "Python"
|
139 | 139 | },
|
140 | 140 | {
|
141 | 141 | "command": "python.selectAndRunTestMethod",
|
142 |
| - "title": "Run Unit Test Method ...", |
| 142 | + "title": "%python.command.python.selectAndRunTestMethod.title%", |
143 | 143 | "category": "Python"
|
144 | 144 | },
|
145 | 145 | {
|
146 | 146 | "command": "python.selectAndDebugTestMethod",
|
147 |
| - "title": "Debug Unit Test Method ...", |
| 147 | + "title": "%python.command.python.selectAndDebugTestMethod.title%", |
148 | 148 | "category": "Python"
|
149 | 149 | },
|
150 | 150 | {
|
151 | 151 | "command": "python.selectAndRunTestFile",
|
152 |
| - "title": "Run Unit Test File ...", |
| 152 | + "title": "%python.command.python.selectAndRunTestFile.title%", |
153 | 153 | "category": "Python"
|
154 | 154 | },
|
155 | 155 | {
|
156 | 156 | "command": "python.runCurrentTestFile",
|
157 |
| - "title": "Run Current Unit Test File", |
| 157 | + "title": "%python.command.python.runCurrentTestFile.title%", |
158 | 158 | "category": "Python"
|
159 | 159 | },
|
160 | 160 | {
|
161 | 161 | "command": "python.runFailedTests",
|
162 |
| - "title": "Run Failed Unit Tests", |
| 162 | + "title": "%python.command.python.runFailedTests.title%", |
163 | 163 | "category": "Python"
|
164 | 164 | },
|
165 | 165 | {
|
166 | 166 | "command": "python.execSelectionInTerminal",
|
167 |
| - "title": "Run Selection/Line in Python Terminal", |
| 167 | + "title": "%python.command.python.execSelectionInTerminal.title%", |
168 | 168 | "category": "Python"
|
169 | 169 | },
|
170 | 170 | {
|
171 | 171 | "command": "python.execSelectionInDjangoShell",
|
172 |
| - "title": "Run Selection/Line in Django Shell", |
| 172 | + "title": "%python.command.python.execSelectionInDjangoShell.title%", |
173 | 173 | "category": "Python"
|
174 | 174 | },
|
175 | 175 | {
|
176 | 176 | "command": "jupyter.runSelectionLine",
|
177 |
| - "title": "Run Selection/Line", |
| 177 | + "title": "%python.command.jupyter.runSelectionLine.title%", |
178 | 178 | "category": "Jupyter"
|
179 | 179 | },
|
180 | 180 | {
|
181 | 181 | "command": "jupyter.execCurrentCell",
|
182 |
| - "title": "Run Cell", |
| 182 | + "title": "%python.command.jupyter.execCurrentCell.title%", |
183 | 183 | "category": "Jupyter"
|
184 | 184 | },
|
185 | 185 | {
|
186 | 186 | "command": "jupyter.execCurrentCellAndAdvance",
|
187 |
| - "title": "Run Cell and Advance", |
| 187 | + "title": "%python.command.jupyter.execCurrentCellAndAdvance.title%", |
188 | 188 | "category": "Jupyter"
|
189 | 189 | },
|
190 | 190 | {
|
191 | 191 | "command": "jupyter.gotToPreviousCell",
|
192 |
| - "title": "Go to Previous Cell", |
| 192 | + "title": "%python.command.jupyter.gotToPreviousCell.title%", |
193 | 193 | "category": "Jupyter"
|
194 | 194 | },
|
195 | 195 | {
|
196 | 196 | "command": "jupyter.gotToNextCell",
|
197 |
| - "title": "Go to Next Cell", |
| 197 | + "title": "%python.command.jupyter.gotToNextCell.title%", |
198 | 198 | "category": "Jupyter"
|
199 | 199 | },
|
200 | 200 | {
|
201 | 201 | "command": "python.goToPythonObject",
|
202 |
| - "title": "Go to Python Object", |
| 202 | + "title": "%python.command.python.goToPythonObject.title%", |
203 | 203 | "category": "Python"
|
204 | 204 | }
|
205 | 205 | ],
|
|
0 commit comments