neoclide / coc-eslint

Eslint extension for coc.nvim
MIT License
396 stars 25 forks source link

The "initializing eslint" notification never disappears #133

Closed noomly closed 2 years ago

noomly commented 2 years ago

As said in the title the notification popup never disappears and the loading animation never stops. Needless to say it's very distracting, especially since I couldn't find how to disable this "vscode-like notification"....

There is also an error displayed in the statusline when coc-eslint is loaded, reading: [coc.nvim]: Uncaught exception: this._resolve is not a function.

chemzqm commented 2 years ago

Fixed on latest release branch of coc.nvim.

noomly commented 2 years ago

Thank you!