I have quite a niche bug, not high priority.
By default I get no matches for any searched unless I include ignores files. This is because I work through a meta repository which means whichever git project I'm in would be nested within the meta repository that has it .gitignored
Somehow CodeQue picks up the .gitignore from the parent repository even though my current working directory is the child repository. The expected behavior (for me) would be CodeQue doesn't crawl up the filesystem to look for .gitignore but rather stays in the current working directory
I have quite a niche bug, not high priority.
By default I get no matches for any searched unless I include ignores files. This is because I work through a meta repository which means whichever git project I'm in would be nested within the meta repository that has it .gitignored
Somehow CodeQue picks up the
.gitignorefrom the parent repository even though my current working directory is the child repository. The expected behavior (for me) would be CodeQue doesn't crawl up the filesystem to look for.gitignorebut rather stays in the current working directory