-
I'm working on a monorepo in NX and I have trouble. When I open a Dockerfile for a microservice, the project subfolder opens as root. Is there a way to stop this from happening? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
cseickel
Nov 3, 2024
Replies: 1 comment 1 reply
-
What is happening is that you have another plugin that is changing your current working directory based on the file you have opened. You can either remove that other plugin or set neo-tree to not follow the current working directory. See
for details. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ZeiZel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is happening is that you have another plugin that is changing your current working directory based on the file you have opened. You can either remove that other plugin or set neo-tree to not follow the current working directory. See
for details.