Add verbose logging option to launch.json
This commit is contained in:
parent
0374bd262f
commit
de40da1cf0
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -6,7 +6,15 @@
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceRoot}"
|
||||
"program": "${workspaceRoot}",
|
||||
},
|
||||
{
|
||||
"name": "Run w/ verbose logging",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "debug",
|
||||
"program": "${workspaceRoot}",
|
||||
"args": ["--enableDebugFeatures --enableVerboseLogging"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user