socon icon indicating copy to clipboard operation
socon copied to clipboard

Do not fetch all commands from every project when we want to run a specific command

Open StephaneCapponi opened this issue 2 years ago • 0 comments

Today the get_commands() function is called when we fetch a command. That method call the commands manager and the find_all method which import every commands of every projects. This is not necessary.

StephaneCapponi avatar Jul 21 '23 07:07 StephaneCapponi