When psalm/plugin-laravel is installed, LS does not start correctly if there is a parse error in the code in the project
yaegassy opened this issue · 1 comments
yaegassy commented
I reported an issue with "psalm-plugin-laravel" in a case using VSCode + psalm-vscode-plugin
. psalm/psalm-plugin-laravel#140
Of course, coc-psalm
is in the same situation. :(
In addition, coc-psalm
(or psalm-vscode-plugin
) uses progressOnInitialization: true
as a "client option", so the progress in the status bar is displayed forever due to startup errors...
const clientOptions: LanguageClientOptions = {
// ...snip
progressOnInitialization: true,
// ...snip
};