Skip to content
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

support git for windows #1788

Open
tmatz opened this issue Apr 18, 2020 · 1 comment
Open

support git for windows #1788

tmatz opened this issue Apr 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@tmatz
Copy link

tmatz commented Apr 18, 2020

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.

@chemzqm chemzqm added the enhancement New feature or request label Apr 18, 2020
@tama14142356
Copy link

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?

(This question has already been asked on the stack overflow platform : https://stackoverflow.com/questions/64540087/vim-coc-vim-no-such-file-or-directory/67947644#67947644?newreg=186a584a78f1406b957dec9401917e99)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants