@ -919,7 +919,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
| Name | Description |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `gitlens.integrations.enabled` | Specifies whether to enable rich integrations with any supported remote services |
| `gitlens.remotes` | Specifies user-defined remote (code-hosting) services or custom domains for built-in remote services< br />< br /> Example:< br /> `"gitlens.remotes": [{ "domain": "git.corporate-url.com", "type": "GitHub" }]`< br />< br /> Example:< br /> `"gitlens.remotes": [{`< br /> `"domain": "git.corporate-url.com",`< br /> `"type": "Custom",`< br /> `"name": "My Company",`< br /> `"protocol": "https",`< br /> `"urls": {`< br /> `"repository": "https://git.corporate-url.com/${repo}",`< br /> `"branches": "https://git.corporate-url.com/${repo}/branches",`< br /> `"branch": "https://git.corporate-url.com/${repo}/commits/${branch}",`< br /> `"commit": "https://git.corporate-url.com/${repo}/commit/${id}",`< br /> `"file": "https://git.corporate-url.com/${repo}?path=${file}${line}",`< br /> `"fileInBranch": "https://git.corporate-url.com/${repo}/blob/${branch}/${file}${line}",`< br /> `"fileInCommit": "https://git.corporate-url.com/${repo}/blob/${id}/${file}${line}",`< br /> `"fileLine": "#L${line}",`< br /> `"fileRange": "#L${start}-L${end}"`< br /> `}`< br /> `}]`< br />< br /> Example:< br /> `"gitlens.remotes": [{`< br /> `"domain": "git.corporate-url.com",`< br /> `"type": "Custom",`< br /> `"name": "My Company",`< br /> `"protocol": "https",`< br /> `"urls": {`< br /> `"repository": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}",`< br /> `"branches": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/branches",`< br /> `"branch": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/commits/${branch}",`< br /> `"commit": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/commit/${id}",`< br /> `"file": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}?path=${file}${line}",`< br /> `"fileInBranch": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/blob/${branch}/${file}${line}",`< br /> `"fileInCommit": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/blob/${id}/${file}${line}",`< br /> `"fileLine": "#L${line}",`< br /> `"fileRange": "#L${start}-L${end}"`< br /> `}`< br /> `}]` |
| `gitlens.remotes` | Specifies user-defined remote (code-hosting) services or custom domains for built-in remote services< br />< br /> Supported Types (e.g. `"type": "GitHub"` ):< ul >< li > "GitHub"</ li >< li > "GitLab"</ li >< li > "Bitbucket"</ li >< li > "BitbucketServer"</ li >< li > "Custom"</ li ></ ul >< br /> Example:< br /> `"gitlens.remotes": [{ "domain": "git.corporate-url.com", "type": "GitHub" }]`< br />< br /> Example:< br /> `"gitlens.remotes": [{`< br /> `"domain": "git.corporate-url.com",`< br /> `"type": "Custom",`< br /> `"name": "My Company",`< br /> `"protocol": "https",`< br /> `"urls": {`< br /> `"repository": "https://git.corporate-url.com/${repo}",`< br /> `"branches": "https://git.corporate-url.com/${repo}/branches",`< br /> `"branch": "https://git.corporate-url.com/${repo}/commits/${branch}",`< br /> `"commit": "https://git.corporate-url.com/${repo}/commit/${id}",`< br /> `"file": "https://git.corporate-url.com/${repo}?path=${file}${line}",`< br /> `"fileInBranch": "https://git.corporate-url.com/${repo}/blob/${branch}/${file}${line}",`< br /> `"fileInCommit": "https://git.corporate-url.com/${repo}/blob/${id}/${file}${line}",`< br /> `"fileLine": "#L${line}",`< br /> `"fileRange": "#L${start}-L${end}"`< br /> `}`< br /> `}]`< br />< br /> Example:< br /> `"gitlens.remotes": [{`< br /> `"domain": "git.corporate-url.com",`< br /> `"type": "Custom",`< br /> `"name": "My Company",`< br /> `"protocol": "https",`< br /> `"urls": {`< br /> `"repository": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}",`< br /> `"branches": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/branches",`< br /> `"branch": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/commits/${branch}",`< br /> `"commit": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/commit/${id}",`< br /> `"file": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}?path=${file}${line}",`< br /> `"fileInBranch": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/blob/${branch}/${file}${line}",`< br /> `"fileInCommit": "https://git.corporate-url.com/projects/${repoBase}/repos/${repoPath}/blob/${id}/${file}${line}",`< br /> `"fileLine": "#L${line}",`< br /> `"fileRange": "#L${start}-L${end}"`< br /> `}`< br /> `}]` |
## Date & Time Settings [# ](#date--time-settings- 'Date & Time Settings' )