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

fix: error when launching webstorm for first time #90

Closed etkachev closed 2 years ago

etkachev commented 2 years ago

Current Behavior

When opening webstorm 2022, on launch there is index error when trying to get current project root.

How to Reproduce

Steps to reproduce the behavior:

  1. Launch Webstorm fresh
  2. See error and notice the nx tab not load

Expected Behavior

No errors and the nx toolwindow should still load.

Screenshots

Desktop (please complete the following information):

Additional context

etkachev commented 2 years ago

Fixed in https://github.com/etkachev/nx-webstorm/pull/91