issues
search
etkachev
/
nx-webstorm
Plugin for Webstorm that strives to function the same as Nx Console for VsCode. UI for Nx
MIT License
35
stars
4
forks
source link
feat(settings): configure root nx directory
#45
Closed
etkachev
closed
3 years ago
etkachev
commented
3 years ago
Current Behavior
there is assumption that every workspace opened in Jetbrains IDE is the root nx project.
debugging does not work when running in a workspace that does not have any run configs setup
Expected Behavior
add project settings to nx-webstorm plugin so that you can configure where the root directory is for nx project.
by default it is
/
fix bug so that workspaces that don't have run configs setup, will have
RunManager
setup before adding nx debug config
Motivation
bug fixes and more configuration with unique workspaces using nx
Related Issue
42
Additional Notes
Current Behavior
Expected Behavior
/
RunManager
setup before adding nx debug configMotivation
Related Issue
42
Additional Notes