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 b02c1d5 commit 94afa99Copy full SHA for 94afa99
.gitignore
@@ -55,4 +55,5 @@ htmlcov
55
# Other
56
*.bak
57
*_ui.py
58
-*.mo
+*.mo
59
+*.pot
.vscode/tasks.json
@@ -275,17 +275,19 @@
275
{
276
"label": "🧹 Clean Up",
277
"type": "shell",
278
- "command": "cmd",
+ "command": "${command:python.interpreterPath}",
279
"args": [
280
- "/c",
281
- "clean_up.bat",
+ "scripts/run_with_env.py",
+ "${command:python.interpreterPath}",
282
+ "-m",
283
+ "guidata.utils.cleanup"
284
],
285
"options": {
- "cwd": "scripts",
286
+ "cwd": "${workspaceFolder}"
287
},
288
"group": {
289
"kind": "build",
- "isDefault": true,
290
+ "isDefault": true
291
292
"presentation": {
293
"echo": true,
0 commit comments