Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
jsturtevant / launch.json
Created September 5, 2018 22:51
VSCode golang setup
#https://github.com/Microsoft/vscode-go/issues/1555#issuecomment-393366905
"useApiV1": false,
"dlvLoadConfig": {
"followPointers": true,
"maxVariableRecurse": 1,
"maxStringLen":300,
"maxArrayValues": 64,
"maxStructFields": -1
}