projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5d6028
)
enable python dev mode by default
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 28 Mar 2023 18:33:46 +0000
(20:33 +0200)
committer
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Tue, 28 Mar 2023 18:33:46 +0000
(20:33 +0200)
.vscode/launch.json
patch
|
blob
|
history
diff --git
a/.vscode/launch.json
b/.vscode/launch.json
index 30f98be90201520c0967846963644a5013db8056..9d78b2c114e0ab9d7ed39942c5deba89b503c0eb 100644
(file)
--- a/
.vscode/launch.json
+++ b/
.vscode/launch.json
@@
-11,8
+11,9
@@
"module": "music_assistant",
"justMyCode": false,
"args":[
- "--log-level", "debug"
- ]
+ "--log-level", "debug"
+ ],
+ "env": {"PYTHONDEVMODE": "1"}
}
]
}