Multi-Select Tag Adding

This commit is contained in:
DrRetro
2024-04-24 11:31:53 -04:00
parent 0529f1fe7e
commit fba2f8f46b
3 changed files with 16 additions and 12 deletions

4
.vscode/launch.json vendored
View File

@@ -6,12 +6,12 @@
"configurations": [
{
"name": "TagStudio",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${workspaceRoot}\\TagStudio\\tagstudio.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": []
"args": ["--debug"]
}
]
}