Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Created September 5, 2018 22:51
Show Gist options
  • Save jsturtevant/56e14277f46cc76a27a52d2983eaeb01 to your computer and use it in GitHub Desktop.
Save jsturtevant/56e14277f46cc76a27a52d2983eaeb01 to your computer and use it in GitHub Desktop.
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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment