2020-06-23 02:42:56 -05:00
|
|
|
{
|
2020-10-24 14:32:42 -07:00
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Launch",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}",
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Run w/ verbose logging",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
|
|
|
"mode": "debug",
|
|
|
|
"program": "${workspaceRoot}",
|
2020-10-24 16:01:49 -07:00
|
|
|
"args": ["-enableDebugFeatures", "-enableVerboseLogging"]
|
2020-10-24 14:32:42 -07:00
|
|
|
}
|
|
|
|
]
|
2020-06-23 02:42:56 -05:00
|
|
|
}
|