codeitlikemiley / leptos-fmt

vscode extension for formatting rust leptos project
MIT License
1 stars 0 forks source link

Format command is registered too late. #7

Closed SlyCedix closed 5 days ago

SlyCedix commented 5 days ago

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.