When the executable for Leptosfmt is not found the activator returns before ever registering a command for extension.formatWithLeptosfmt. Resulting in an error stating that the command does not exist, rather than an informative one stating the problem that occurred in initialization.
https://github.com/codeitlikemiley/leptos-fmt/blob/47415428a2bfcf4ab8ac90846abe70b6d544874f/src/extension.ts#L22C1-L22C95
When the executable for Leptosfmt is not found the activator returns before ever registering a command for
extension.formatWithLeptosfmt
. Resulting in an error stating that the command does not exist, rather than an informative one stating the problem that occurred in initialization.