|
4 | 4 | "version": "2.0.0", |
5 | 5 | "tasks": [ |
6 | 6 | { |
7 | | - "label": "🧽 Run Ruff Formatter", |
| 7 | + "label": "🧽 Ruff Formatter", |
8 | 8 | "command": "${command:python.interpreterPath}", |
9 | 9 | "args": [ |
10 | 10 | "-m", |
|
29 | 29 | "type": "shell" |
30 | 30 | }, |
31 | 31 | { |
32 | | - "label": "🔦 Run Ruff Linter", |
| 32 | + "label": "🔦 Ruff Linter", |
33 | 33 | "command": "${command:python.interpreterPath}", |
34 | 34 | "args": [ |
35 | 35 | "-m", |
|
55 | 55 | "type": "shell" |
56 | 56 | }, |
57 | 57 | { |
58 | | - "label": "🔦 Run Pylint", |
| 58 | + "label": "🔦 Pylint", |
59 | 59 | "command": "${command:python.interpreterPath}", |
60 | 60 | "args": [ |
61 | 61 | "-m", |
|
149 | 149 | "type": "shell" |
150 | 150 | }, |
151 | 151 | { |
152 | | - "label": "🚀 Run pytest", |
| 152 | + "label": "🚀 Pytest", |
153 | 153 | "command": "${command:python.interpreterPath}", |
154 | 154 | "args": [ |
155 | 155 | "-m", |
|
256 | 256 | } |
257 | 257 | }, |
258 | 258 | { |
259 | | - "label": "📦 Upgrade PlotPyStack", |
| 259 | + "label": "Upgrade PythonQwt/guidata", |
260 | 260 | "type": "shell", |
261 | 261 | "command": "${command:python.interpreterPath}", |
262 | 262 | "args": [ |
|
267 | 267 | "pip", |
268 | 268 | "PythonQwt", |
269 | 269 | "guidata", |
270 | | - "PlotPy", |
271 | 270 | ], |
272 | 271 | "options": { |
273 | 272 | "cwd": "scripts", |
274 | 273 | "env": { |
275 | 274 | "PYTHON": "${command:python.interpreterPath}", |
276 | 275 | "UNATTENDED": "1" |
| 276 | + }, |
| 277 | + "statusbar": { |
| 278 | + "hide": true |
277 | 279 | } |
278 | 280 | }, |
279 | 281 | "group": { |
|
435 | 437 | ] |
436 | 438 | }, |
437 | 439 | { |
438 | | - "label": "🧪 Run coverage tests", |
| 440 | + "label": "🧪 Coverage tests", |
439 | 441 | "type": "shell", |
440 | 442 | "command": "${command:python.interpreterPath}", |
441 | 443 | "args": [ |
|
488 | 490 | "problemMatcher": [], |
489 | 491 | "dependsOrder": "sequence", |
490 | 492 | "dependsOn": [ |
491 | | - "🧪 Run coverage tests", |
| 493 | + "🧪 Coverage tests", |
492 | 494 | ], |
493 | 495 | }, |
494 | 496 | ] |
|
0 commit comments