Multi-Select Tag Adding
This commit is contained in:
parent
0529f1fe7e
commit
fba2f8f46b
3 changed files with 16 additions and 12 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue