diff --git a/homefoam.code-workspace b/homefoam.code-workspace new file mode 100644 index 0000000..c110d89 --- /dev/null +++ b/homefoam.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "foam.edit.linkReferenceDefinitions": "withExtensions", + "gitdoc.enabled": false + } +}