Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

package manager does not find packages #23

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

This is a severe bug that causes the main component of the plugin, the package manager (class ROSPackageManager) to fail in either indexing or in loading the packages it finds. Please report any instances you encounter this bug, what product you were using (for example CLion 2019.3.4), what version of the plugin you were using, and if possible, the steps you took to get the bug.

In future version of the plugin a tool to detect and report this bug will be added to help solve it.

Information so far:

Noam-Dori commented 4 years ago

changing the package manager from project component to project service might have solved the bug, but I am not too sure.