Skip to content

Commit

Permalink
Removed unused dlvLoadConfig configuration from settings.json (#2499)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyucht authored and nkvuong committed Jul 26, 2023
1 parent 08da329 commit 3d0bd59
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"go.testFlags": ["-v"],
"go.testFlags": [
"-v"
],
"go.delveConfig": {
"dlvLoadConfig": {
"followPointers": true,
"maxVariableRecurse": 1,
"maxStringLen": 2055,
"maxArrayValues": 64,
"maxStructFields": -1
},
"apiVersion": 2,
"showGlobalVariables": true
"apiVersion": 2,
"showGlobalVariables": true
},
"go.useCodeSnippetsOnFunctionSuggest": true,
"go.useCodeSnippetsOnFunctionSuggestWithoutType": true
Expand Down

0 comments on commit 3d0bd59

Please sign in to comment.