Commit 1fee668b authored by Jérome Perrin's avatar Jérome Perrin

software/theia: add default configuration for gitlens

So that gitlens extension (which can be installed per-workspace) knows
how to open files from lab.nexedi.com in browser
parent edcace82
......@@ -185,7 +185,8 @@ template =
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"plantuml.monochrome": false,
"plantuml.webservice": "//plantuml.host.vifib.net/svg/"
"plantuml.webservice": "//plantuml.host.vifib.net/svg/",
"gitlens.remotes": [{ "domain": "lab.nexedi.com", "type": "GitLab" }]
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment