-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuring deno.enable = false always show the error. #184
Comments
And I couldn't workaround by |
Reproduced. |
vscode-deno only restart LS on
I prefer to this too. Updated: try to restart on |
Maybe we can fire |
Suppress the restarting on configurations changed. |
Released in v3.10.2 |
- Support 0.0.82 - Drop support for old coc.nvim versions. (prior to 0.0.82) - Drop Node.js v10 because coc.nvim also drops. - Fix for errors on switching to node but you should use patched version. Refer to fannheyward/coc-deno#184
- Use Vitest istead of Jest - Update lint rules - Drop husky and commitlint - Remove README "to suppress erros on switching to node" (fannheyward/coc-deno#184)
- Support 0.0.82 - Drop support for old coc.nvim versions. (prior to 0.0.82) - Drop Node.js v10 because coc.nvim also drops. - Fix for errors on switching to node but you should use patched version. Refer to fannheyward/coc-deno#184
- Use Vitest istead of Jest - Update lint rules - Drop husky and commitlint - Remove README "to suppress erros on switching to node" (fannheyward/coc-deno#184)
Hi 💫
Firing above anyway after running coc-deno, it shows always the error. I checked this by registering as command including just this line like following, and just fire it with
CocCommand myext.test
.Error
Workaround
I confirmed it cannot occur after commenting out restart on change configuration.
https://github.com/fannheyward/coc-deno/compare/master...LumaKernel:coc-deno-pruned:master?expand=1
Suggestions
Versions
coc.nvim
: recent (Oct 1) master354c751a6d767ff62cb2774df7d50d8ab1fb81e1
coc-deno
: latest from npm (3.10.1)Thanks in advance.
The text was updated successfully, but these errors were encountered: