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"
},
"performanceToProfile": {
"type": "boolean",
"default": false,
"description": "Capture CPU profiles"
},
"automaticCommitMessageWrapping": {
"type": "boolean",
"default": true,
"description": "Hard wrap commit message body in commit box to 72 characters. Does not apply to expanded commit editors, where message formatting is preserved."
},
"graphicalConflictResolution": {
"type": "boolean",
"default": true,
"description": "Resolve merge conflicts with in-editor controls"
},
"showDiffIconGutter": {
"type": "boolean",
"default": false,
"description": "Show change regions within a file patch with icons in addition to color"
},
"excludedUsers": {
"type": "string",
"default": "",
"description": "Comma-separated list of email addresses to exclude from the co-author selection list"
},
"reportCannotLocateWorkspaceError": {
"type": "boolean",
"default": "false",
"description": "Log an error to the console if a git repository cannot be located for the opened file"
},
"sourceRemoteName": {
"type": "string",
"default": "origin",
"description": "Name of the git remote to create when creating a new repository"
},
"remoteFetchProtocol": {
"type": "string",
"default": "https",
"enum": [
"https",
"ssh"
],
"description": "Transport protocol to prefer when creating a new git remote"