mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-22 00:13:40 +00:00
chore(vscode); update workspace settings
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
e7580aa07d
commit
8637138aeb
1 changed files with 10 additions and 1 deletions
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
@ -23,5 +23,14 @@
|
||||||
"conventionalCommits.autoCommit": false,
|
"conventionalCommits.autoCommit": false,
|
||||||
"conventionalCommits.promptCI": true,
|
"conventionalCommits.promptCI": true,
|
||||||
"git.alwaysSignOff": true,
|
"git.alwaysSignOff": true,
|
||||||
"gitlens.remotes": [{ "domain": "mau.dev", "type": "GitLab" }]
|
"gitlens.remotes": [
|
||||||
|
{
|
||||||
|
"domain": "mau.dev",
|
||||||
|
"type": "GitLab"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
||||||
|
"foam.files.ignore": [
|
||||||
|
".github/**"
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue