-
Notifications
You must be signed in to change notification settings - Fork 677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't ignore projects in a multi-project workspaces #959
Comments
Thanks @gmccullo could you please create a small zip file with a small repo to make sure we can reproduce the issue? |
|
From the logs it's clear what's happening, the ignore patterns are added on top of all the base directories.
|
Having the same issue. Not sure what else I can provide other than corroborate |
Describe the bug
I have a multi-project workspace. I only want Foam active in one project. Presumably I can use foam.files.ignore to achieve this. But I can't find any glob pattern that does the trick. Here's my workspace:
I started out just trying to ignore the /mss/ project. Here's all the globs I tried:
But I still see files from /mss/ show up in the Orphans panel.
Small Reproducible Example
No response
Steps to Reproduce the Bug or Issue
Create a multi-project workspace. Make sure each project contains at least one unlinked markdown file. Try to make Foam ignore one of the projects. See if files from that project are ignored in the Orphans panel.
Expected behavior
Foam should ignore all files /mss/.
Screenshots or Videos
No response
Operating System Version
Win11
Visual Studio Code Version
1.65.2
Additional context
No response
The text was updated successfully, but these errors were encountered: