Hi folks, I get a problem on a specific Webstorm p...
# sdf
n
Hi folks, I get a problem on a specific Webstorm project with the new version of the plugin. (2020.2.0). When I clone the project from a remote Git repo and open it in Webstorm (2020.1.4), I get the NS menu when right-clicking a file, but there are no items in it, it just say "Nothing here". But when I got to the prefs for the plugin to add an environment, and add one, and then go back to the file and right-click it again, the NetSuite item in the menu has become grayed out and the icon has stoped working, looks like this, anyone else had this problem?
a
Does your project structure has an src folder?
The plugin will try to find the manifest and deploy xml in project root or an src folder.
If it doesn't find the 2 xmls in these 2 places then these kind of errors might occur.
n
100% right 🙂 I missed the fact that when cloning from the Git repo it didn't have a deploy.xml.. thanks @Ali Syed (NS DevTools QA)!