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:
parent
625aadb0d0
commit
2e40dafd84
1 changed files with 2 additions and 12 deletions
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue