You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set in global coc-settings.json property "eslint.trace.server": "verbose" and output of CocCommand eslint.showOutputChannel besides other messages has the following messages resembling errors:
Did you use any other commands as it needs to be with COC typescript plugin?
I've done everything that mentioned in that link to yarn manual, but my coc-eslint outputs nothing. ((
I'm trying to make coc.eslint work with Yarn Plug'n'Play but it fails.
I follow instruction https://yarnpkg.com/getting-started/editor-sdks
In project folder I've
.vim
folder withcoc-settings.json
file and here is its content:package.json
:I'm trying to set up new eslint config technique with
eslint.config.js
, and its content is:I set in global
coc-settings.json
property"eslint.trace.server": "verbose"
and output ofCocCommand eslint.showOutputChannel
besides other messages has the following messages resembling errors:Is there any chance to make it work?
The text was updated successfully, but these errors were encountered: