postalservice14 / vuejs-plugin

[DEPRECATED] Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
139 stars 20 forks source link

forces hiding of node_modules #12

Open erikbelusic opened 7 years ago

erikbelusic commented 7 years ago

Hi,

This plugin is forcing my node_modules directory to be hidden. Is there a way this can be an option so each user can decide for themselves?

bitspill commented 7 years ago

@erikbelusic are you sure you didn't install vue-for-idea instead? This plugin should not hide the node_modules folder

There is a known issue with hiding of the node_modules folder in vue-for-idea resulting in it's removal from the plugin repository https://github.com/henjue/vue-for-idea/issues/46

pajtai commented 7 years ago

Which plugin is this?

vue-plugin

bitspill commented 7 years ago

@pajtai

Currently the plugin repository is pointing to here If you installed it a while ago it could be vue-for-idea but that one has since been removed from the directory

pajtai commented 7 years ago

Initially when I uninstalled my Vue related pluging, the node_modules directory stayed hidden.

I was able to resolve the issue by removing the .idea dir, reopenning the project, and reinstalling the vue.js plugin. node_modules is still visible.