You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Direction to split the active pane when showing diff associated with open file. If 'none', the results will be shown in the active pane."
},
"gitDiagnostics": {
"type": "boolean",
"default": false,
"description": "Write detailed diagnostic information about git operations to the console"
},
"filesystemEventDiagnostics": {
"type": "boolean",
"default": false,
"description": "Trace observed filesystem events to the console"
},
"performanceMask": {
"type": "array",
"default": [
".*"
],
"items": {
"type": "string"
},
"description": "Performance event stream patterns to capture"
},
"performanceToConsole": {
"type": "boolean",
"default": false,
"description": "Log performance data to the console"
},
"performanceToDirectory": {
"type": "string",
"default": "",
"description": "Log performance data to JSON files in a directory"