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
When I do a git commit, my default editor opens (neovim) with a temporary file .git/COMMIT_EDITMSG. It looks like coc-rls kicks in on that file and produces a bunch of errors.
Error detected while processing function <lambda>14[1]..<SNR>53_execute:
line 2:
Complete around error: Cannot read property 'toLowerCase' of null
Press ENTER or type command to continue
Error detected while processing function <lambda>14[1]..<SNR>53_execute[2]..<lambda>15[1]..<SNR>53_execute:
line 2:
Complete buffer error: Cannot read property 'toLowerCase' of null
Press ENTER or type command to continue
Error detected while processing function <lambda>14[1]..<SNR>53_execute[2]..<lambda>15[1]..<SNR>53_execute[2]..<lambda>16[1]..<SNR>53_execute:
line 2:
Complete file error: Cannot read property 'toLowerCase' of null
The text was updated successfully, but these errors were encountered:
When I do a
git commit
, my default editor opens (neovim) with a temporary file.git/COMMIT_EDITMSG
. It looks like coc-rls kicks in on that file and produces a bunch of errors.The text was updated successfully, but these errors were encountered: