Open pelallemant opened 6 years ago
Hello,
I have 1 root project which depends a slave project (git submodule).
When I open atom in the root folder, no problem. When I open atom in the root/slave_folder:
I disabled the extension and the performance problem disappeared.
I think there are conflicts between the 2 instance of your plugin (1 per atom).
I'm investigating on this problem.
When I stop parser.php at the start ( echo json_encode([]); exit(0); ), and reload the plugin, there is no performance problem anymore in the case of module/submodule.
echo json_encode([]); exit(0);
Hello,
I have 1 root project which depends a slave project (git submodule).
When I open atom in the root folder, no problem. When I open atom in the root/slave_folder:
I disabled the extension and the performance problem disappeared.
I think there are conflicts between the 2 instance of your plugin (1 per atom).