Respecting VectorCode include/exclude files in subdirectories #169
Answered
byDavidyz
GregCKrause
asked this question in
Q&A
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Lets say I have the following project structure:
Will running |
Answered by
Davidyz
Jun 3, 2025
Replies: 1 comment
Hi, the project root resolution respects the closest parent directory (it's basically a python equivalent of |
0 replies
Answer selected byGregCKrause
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the project root resolution respects the closest parent directory (it's basically a python equivalent of
vim.fs.root), so if you vectorise the project frommono/, it won't respect any of the subdirectories. You'd need to put the specs inmono/.vectorcode/. The same applies to.gitignore.