Is your feature request related to a problem? Please describe.
I have a project, which contains both FrontEnd and BackEnd. That's why my nx.json is not located in the project root. So I cannot use this plugin if I open the whole project.
Describe the solution you'd like
Always use the current buffer's directory. When I open a file inside nx workspace everything should work, I think.
Describe alternatives you've considered
Being able to set the plugin working directory manually in the setup arguments. In this case, I will be able to write my scripts in Lua config to resolve this issue.
Is your feature request related to a problem? Please describe. I have a project, which contains both FrontEnd and BackEnd. That's why my nx.json is not located in the project root. So I cannot use this plugin if I open the whole project.
Describe the solution you'd like Always use the current buffer's directory. When I open a file inside nx workspace everything should work, I think.
Describe alternatives you've considered Being able to set the plugin working directory manually in the setup arguments. In this case, I will be able to write my scripts in Lua config to resolve this issue.
Additional context