We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12785f commit 7c32557Copy full SHA for 7c32557
.vscode/tasks.json
@@ -544,5 +544,32 @@
544
"🧪 Coverage tests",
545
],
546
},
547
+ {
548
+ "label": "🖼️ Icon Browser",
549
+ "command": "${command:python.interpreterPath}",
550
+ "args": [
551
+ "scripts/run_with_env.py",
552
+ "${command:python.interpreterPath}",
553
+ "-m",
554
+ "guidata.widgets.iconbrowser",
555
+ "${workspaceFolder}/plotpy/data/icons",
556
+ ],
557
+ "options": {
558
+ "cwd": "${workspaceFolder}",
559
+ },
560
+ "group": {
561
+ "kind": "build",
562
+ "isDefault": true,
563
564
+ "presentation": {
565
+ "clear": true,
566
+ "echo": true,
567
+ "focus": false,
568
+ "panel": "dedicated",
569
+ "reveal": "always",
570
+ "showReuseMessage": true,
571
572
+ "type": "shell",
573
574
575
}
0 commit comments