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
First of all, let me thank you very much for making such a wonderful software!
It's working fine for normal use.
I have the following request for support to git bash:
I have a following problem:
I've been using vim on git bash, I created a directory /c/Users/MyUser/.vim/vimrc to configure it.
So, I've installed coc.vim and when I try run :CocList I get:
[coc.nvim] Error on "CocList lists": ENOENT: no such file or directory, stat '\c\Users\MyUser\.config\coc
I think the cause of the problem is the following.
Since git bash is only a Linux environment, the path uses the Linux path separator /.
However, the path displayed when I run :CocList, \c\Users\MyUser\.config\coc, uses the windows path separator \ for some reason.
So, if I can change \, the path separator for windows, to /, the path separator for Linux, I may be able to solve the problem.
Therefore, I think this issue looks like it might solve this, so if you don't mind, I would be happy to merge this issue as soon as possible.
or, Have you already merged it into release branch?
First of all, let me thank you for publishing such a great product.
My Feature Request is to support the windows environment, especially vim, which is included in git for windows.
I've been trying my own and coc-tsserver is basically working fine, so let me share my current work.
I'm not very familiar with javascript and typescript, so I think it's a strange implementation.
I would be happy if you could point out any points you noticed.
The text was updated successfully, but these errors were encountered: