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

CocCommand stuck in /F: like folder #2974

Open
tkkcc opened this issue Mar 16, 2021 · 1 comment
Open

CocCommand stuck in /F: like folder #2974

tkkcc opened this issue Mar 16, 2021 · 1 comment

Comments

@tkkcc
Copy link

tkkcc commented Mar 16, 2021

In folders named /F: or /E:, CocCommand stucks, thus whole coc system down. /F: is plain folder on ext4 filesystem, not a mount point.

root@bilabila ~# mkdir -p /F:
root@bilabila ~# cd /F:
root@bilabila /F:# ls
root@bilabila /F:# nvim -c CocCommand 1.js
root@bilabila /F:# mkdir -p /E:
root@bilabila /F:# cd /E:
root@bilabila /E:# ls
root@bilabila /E:# nvim -c CocCommand 1.js

But in ~/F: or /FF: it works

root@bilabila /F# mkdir -p ~/F:
root@bilabila /F# cd ~/F:
root@bilabila ~/F:# ls
root@bilabila ~/F:# nvim -c CocCommand 1.js

I use bare config and root account

root@bilabila ~# cat .config/nvim/init.vim
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
call plug#end()

CocInfo

vim version: NVIM v0.4.4
node version: v15.11.0
coc.nvim version: 0.0.80-98a0c6db19
coc.nvim directory: /root/.vim/plugged/coc.nvim
term: rxvt-unicode-256color
platform: linux

BTW, I use /F: for cross platform reference in browser bookmark. e.g. `file:///F:/1.js' works both in linux and windows.

@chemzqm
Copy link
Member

chemzqm commented Mar 16, 2021

Seems vscode-uri can't handle : inside folder name.

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

No branches or pull requests

2 participants