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 committed Jul 20, 2023
1 parent aa7c510 commit ec91a41
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .vscode/settings.json
@@ -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 ec91a41

Please sign in to comment.