Add codeberg to gitlens and add build tasks (#3)
It needed to be added inorder for gitlens to recognise the remote as a gitea instance without, it wouldnt be able to open branches/specific commits correctly and build tasks are just for ease of development (teeny weeny pr bc im not gonna do anything else with this branch) Co-authored-by: Luna R <imlvnaa@gmail.com> Reviewed-on: https://codeberg.org/Ven/cord/pulls/3 Co-authored-by: Luna <imlvnaa@gmail.com> Co-committed-by: Luna <imlvnaa@gmail.com>
This commit is contained in:
parent
137b79d95b
commit
503d49d295
2 changed files with 33 additions and 1 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
|
@ -12,5 +12,12 @@
|
|||
"javascript.format.semicolons": "insert",
|
||||
"typescript.format.semicolons": "insert",
|
||||
"typescript.preferences.quoteStyle": "double",
|
||||
"javascript.preferences.quoteStyle": "double"
|
||||
"javascript.preferences.quoteStyle": "double",
|
||||
|
||||
"gitlens.remotes": [
|
||||
{
|
||||
"domain": "codeberg.org",
|
||||
"type": "Gitea"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue