Chore: Removing the old "CodeScene" output channel and migrate logging to either the "CodeScene Log" output channel.
The "Check Code Health rule match" command result is presented in a modal window instead of the old output channel.
Fix: The StatsCollector was initialized with a setTimeout was never disposed, which could possibly cause problems in long-running instances.
This PR also makes sure to not enable any views or commands that depend on the ide binary being fully initialized, which should hopefully get rid of any "Actual command not found, wanted to execute..." messages.
Chore: Removing the old "CodeScene" output channel and migrate logging to either the "CodeScene Log" output channel. The "Check Code Health rule match" command result is presented in a modal window instead of the old output channel.
Fix: The StatsCollector was initialized with a
setTimeout
was never disposed, which could possibly cause problems in long-running instances.This PR also makes sure to not enable any views or commands that depend on the ide binary being fully initialized, which should hopefully get rid of any "Actual command not found, wanted to execute..." messages.