-
In my global config I have something like this:
I'm not sure if I'm doing something wrong, but this doesn't seem to work. I managed to have the allowed subdirectory to show up by toggling the ignored parent directory on and off, but it disappears when I reload the workspace, switch to a different file, or reopen the editor. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
So the example config I showed was the global one. I mananged to make this work by using absolute paths in my project config:
This is sort of ok, but ideally, it would be great if the global config version with relative paths would work as well, |
Beta Was this translation helpful? Give feedback.
So the example config I showed was the global one. I mananged to make this work by using absolute paths in my project config:
This is sort of ok, but ideally, it would be great if the global config version with relative paths would work as well,