You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
If I have a node_modules directory in the project root then this seems to kill the outline panel with an error message "No outline available - This is likely an error with the language package".
On further testing, this actually breaks all the IDE behaviour such as hyperclicking and intellisense.
If I remove the node_modules folder and reload ATOM then the IDE functionality works again.
As soon as I put the the node_modules folder back in project root then the outline panel breaks again.
The text was updated successfully, but these errors were encountered:
If I have a
node_modules
directory in the project root then this seems to kill the outline panel with an error message "No outline available - This is likely an error with the language package".On further testing, this actually breaks all the IDE behaviour such as hyperclicking and intellisense.
If I remove the
node_modules
folder and reload ATOM then the IDE functionality works again.As soon as I put the the
node_modules
folder back in project root then the outline panel breaks again.The text was updated successfully, but these errors were encountered: