mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
VSCode go.delveConfig settings
This commit is contained in:
parent
080e5f8fe8
commit
f5047956e9
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@ -45,5 +45,15 @@
|
||||
// "source.organizeImports": true,
|
||||
},
|
||||
},
|
||||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false
|
||||
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
||||
"go.delveConfig": {
|
||||
"useApiV1": false,
|
||||
"dlvLoadConfig": {
|
||||
"followPointers": true,
|
||||
"maxVariableRecurse": 3,
|
||||
"maxStringLen": 2048,
|
||||
"maxArrayValues": 64,
|
||||
"maxStructFields": -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user