|
|
@ -955,10 +955,10 @@ See also [View Settings](#view-settings- 'Jump to the View settings') |
|
|
|
|
|
|
|
## Remote Provider Integration Settings [#](#remote-provider-integration-settings- 'Remote Provider Integration Settings') |
|
|
|
|
|
|
|
| Name | Description | |
|
|
|
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
|
|
|
| `gitlens.integrations.enabled` | Specifies whether to enable rich integrations with any supported remote services | |
|
|
|
| `gitlens.remotes` | Specifies custom remote services to be matched with Git remotes to detect custom domains for built-in remote services or provide support for custom remote services<br /><br />Supported Types (e.g. `"type": "GitHub"`):<ul><li>"GitHub"</li><li>"GitLab"</li><li>"Gitea"</li><li>"Bitbucket"</li><li>"BitbucketServer"</li><li>"Custom"</li></ul>Example:<br />`"gitlens.remotes": [{ "domain": "git.corporate-url.com", "type": "GitHub" }]`<br /><br />Example:<br />`"gitlens.remotes": [{ "regex": "ssh:\/\/(my\.company\.com):1234\/git\/(.+)", "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 /> `"regex": "ssh:\\/\\/(my\\.company\\.com):1234\\/git\\/(.+)",`<br /> `"type": "Custom",`<br /> `"name": "My Company",`<br /> `"protocol": "https",`<br /> `"urls": {`<br /> `"repository": "https://my.company.com/projects/${repoBase}/repos/${repoPath}",`<br /> `"branches": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/branches",`<br /> `"branch": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/commits/${branch}",`<br /> `"commit": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/commit/${id}",`<br /> `"file": "https://my.company.com/projects/${repoBase}/repos/${repoPath}?path=${file}${line}",`<br /> `"fileInBranch": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/blob/${branch}/${file}${line}",`<br /> `"fileInCommit": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/blob/${id}/${file}${line}",`<br /> `"fileLine": "#L${line}",`<br /> `"fileRange": "#L${start}-L${end}"`<br /> `}`<br /> `}]` | |
|
|
|
| Name | Description | |
|
|
|
| ------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
|
|
|
| `gitlens.integrations.enabled` | Specifies whether to enable rich integrations with any supported remote services | |
|
|
|
| `gitlens.remotes` | Specifies custom remote services to be matched with Git remotes to detect custom domains for built-in remote services or provide support for custom remote services<br /><br />Supported Types (e.g. `"type": "GitHub"`):<ul><li>"GitHub"</li><li>"GitLab"</li><li>"Gitea"</li><li>"AzureDevOps"</li><li>"Bitbucket"</li><li>"BitbucketServer"</li><li>"Custom"</li></ul>Example:<br />`"gitlens.remotes": [{ "domain": "git.corporate-url.com", "type": "GitHub" }]`<br /><br />Example:<br />`"gitlens.remotes": [{ "regex": "ssh:\/\/(my\.company\.com):1234\/git\/(.+)", "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 /> `"regex": "ssh:\\/\\/(my\\.company\\.com):1234\\/git\\/(.+)",`<br /> `"type": "Custom",`<br /> `"name": "My Company",`<br /> `"protocol": "https",`<br /> `"urls": {`<br /> `"repository": "https://my.company.com/projects/${repoBase}/repos/${repoPath}",`<br /> `"branches": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/branches",`<br /> `"branch": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/commits/${branch}",`<br /> `"commit": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/commit/${id}",`<br /> `"file": "https://my.company.com/projects/${repoBase}/repos/${repoPath}?path=${file}${line}",`<br /> `"fileInBranch": "https://my.company.com/projects/${repoBase}/repos/${repoPath}/blob/${branch}/${file}${line}",`<br /> `"fileInCommit": "https://my.company.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') |
|
|
|
|
|
|
|