1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 08:26:23 -07:00

remove deprecated dlvLoadConfig, show global variables in dlv debug session

This commit is contained in:
Eggbertx 2025-01-11 14:08:42 -08:00
parent 625aadb0d0
commit 2e40dafd84

14
.vscode/launch.json vendored
View file

@ -11,12 +11,7 @@
"mode": "auto",
"cwd":"${workspaceFolder}",
"program": "${workspaceFolder}/cmd/gochan/",
"env": {},
"args": [],
"dlvLoadConfig": {
"maxStringLen": 5000,
"maxArrayValues": 500
},
"showGlobalVariables": true
},
{
"name": "gochan-migration",
@ -25,12 +20,7 @@
"mode": "auto",
"cwd":"${workspaceFolder}",
"program": "${workspaceFolder}/cmd/gochan-migration/",
"env": {},
"args": [],
"dlvLoadConfig": {
"maxStringLen": 5000,
"maxArrayValues": 500
},
"showGlobalVariables": true
}
]
}