mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-19 18:42:26 +02:00
refactor!: organize project layout (#1483)
* refactor!: organize project layout * refactor: organize tests * fix: change main.py with __main__.py in tagstudio.spec * refactor: rename renderer.py to file_renderer.py
This commit is contained in:
committed by
GitHub
parent
f89f0a6c7f
commit
c32f500f3c
Vendored
+1
-1
@@ -5,7 +5,7 @@
|
||||
"name": "TagStudio",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/src/tagstudio/main.py",
|
||||
"program": "${workspaceRoot}/src/tagstudio/__main__.py",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": ["-o", "~/Documents/Example"]
|
||||
|
||||
Reference in New Issue
Block a user