mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Add verbose logging option to launch.json
This commit is contained in:
parent
0374bd262f
commit
de40da1cf0
28
.vscode/launch.json
vendored
28
.vscode/launch.json
vendored
@ -1,12 +1,20 @@
|
|||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Launch",
|
"name": "Launch",
|
||||||
"type": "go",
|
"type": "go",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"mode": "debug",
|
"mode": "debug",
|
||||||
"program": "${workspaceRoot}"
|
"program": "${workspaceRoot}",
|
||||||
}
|
},
|
||||||
]
|
{
|
||||||
|
"name": "Run w/ verbose logging",
|
||||||
|
"type": "go",
|
||||||
|
"request": "launch",
|
||||||
|
"mode": "debug",
|
||||||
|
"program": "${workspaceRoot}",
|
||||||
|
"args": ["--enableDebugFeatures --enableVerboseLogging"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user