diff --git a/.vscode/launch.json b/.vscode/launch.json index 01109f95..dc96e081 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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 } ] } \ No newline at end of file