CiceroIsBack / loam

loam: Logseq + Foam (VS Code plugin)
https://marketplace.visualstudio.com/items?itemName=ciceroisback.loam
Other
15 stars 3 forks source link

Exclude files in /logseq from VS Code ctrl+p search #13

Closed CiceroIsBack closed 9 months ago

CiceroIsBack commented 9 months ago

I don't want to have to wade through all of the version files that it will otherwise pull in. This can be done through a simple:

        "files.exclude": {
          "logseq/*": true
        }

in the settings json. However, I'm not sure how to have the extension set this setting by default. Currently I'm just setting it myself manually

CiceroIsBack commented 9 months ago

Fixed by commit: d9b186f