yaegassy/coc-psalm

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

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. :(

coc-psalm-issue

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
  };

This PR has been merged.

And v1.4.4 of psalm-plugin-laravel has been released!