From 8637138aeba0b34174605c7688a65440b7d0b2ec Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Thu, 9 Nov 2023 11:44:19 +0000 Subject: [PATCH] chore(vscode); update workspace settings Signed-off-by: Andrei Jiroh Halili --- .vscode/settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 521cb48..b7bb13e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,14 @@ "conventionalCommits.autoCommit": false, "conventionalCommits.promptCI": 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/**" + ] } \ No newline at end of file