1
Fork 0

vscode: update remotes config

This commit is contained in:
Alan Faubert 2018-08-16 20:57:39 -04:00
parent aadfad04db
commit a5490e0dad
1 changed files with 16 additions and 1 deletions

View File

@ -19,7 +19,22 @@
"gitlens.blame.ignoreWhitespace": true,
"gitlens.remotes": [
{
"domain": "chor.date",
"domain": "git.acf.ws",
"type": "Custom",
"urls": {
"repository": "https://git.acf.ws/${repo}",
"branches": "https://git.acf.ws/${repo}/branches",
"branch": "https://git.acf.ws/${repo}/commits/${branch}",
"commit": "https://git.acf.ws/${repo}/commit/${id}",
"file": "https://git.acf.ws/${repo}?path=${file}${line}",
"fileInBranch": "https://git.acf.ws/${repo}/src/branch/${branch}/${file}${line}",
"fileInCommit": "https://git.acf.ws/${repo}/src/commit/${id}/${file}${line}",
"fileLine": "#L${line}",
"fileRange": "#L${start}-L${end}",
},
},
{
"domain": "git.chor.date",
"type": "Custom",
"urls": {
"repository": "https://git.chor.date/${repo}",