From e41f79e5f5ed65b3907a56dfd3bc672823ddf5b6 Mon Sep 17 00:00:00 2001 From: flancian <0@flancia.org> Date: Fri, 18 Aug 2023 23:39:43 +0000 Subject: [PATCH] Test commit from [[gitpod]] with [[foam]] :) --- .vscode/settings.json | 6 +++++- journal/2023-08-18.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 journal/2023-08-18.md diff --git a/.vscode/settings.json b/.vscode/settings.json index 37584f224..ff1587912 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -30,7 +30,11 @@ }, "[markdown]": { "editor.tabSize": 2, - "editor.quickSuggestions": false + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + } }, "workbench.editor.closeEmptyGroups": false, "saveEditorLayout.list": [ diff --git a/journal/2023-08-18.md b/journal/2023-08-18.md new file mode 100644 index 000000000..ec99d7b3b --- /dev/null +++ b/journal/2023-08-18.md @@ -0,0 +1,4 @@ +# 2023-08-18 + +- Backnoded from [[2023-08-19]] :) +- Writing this on [[foam]] again after long! Thanks [[ajhalili2006]] for the tip about foam working on [[gitpod]]! \ No newline at end of file