Respecting VectorCode include/exclude files in subdirectories #169
-
|
Lets say I have the following project structure:
Will running |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, the project root resolution respects the closest parent directory (it's basically a python equivalent of |
Beta Was this translation helpful? Give feedback.
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.