weirongxu / coc-explorer

📁 Explorer for coc.nvim
MIT License
1.14k stars 45 forks source link

duplicated dialog while renaming a file #456

Open GopherJ opened 3 years ago

GopherJ commented 3 years ago

this appears twice, any idea on what it can be?

image
GopherJ commented 3 years ago

not sure if it's more on coc.nvim side

GopherJ commented 3 years ago

wondering also if it's possible to always yes

weirongxu commented 3 years ago

Does this a coc.nvim dialog via watchman, and does it also appear twice when the filename is renaming via the system shell?

weirongxu commented 3 years ago

You can check this with the :CocList service to see if you have a duplicate LSP installed.

GopherJ commented 3 years ago

Does this a coc.nvim dialog via watchman, and does it also appear twice when the filename is renaming via the system shell?

not sure if it's related to watchman but I have it installed. I tried to rename via system shell, there is no dialog etc

GopherJ commented 3 years ago

there is no duplicated LSP

image
weirongxu commented 3 years ago

Later I will test this

weirongxu commented 3 years ago

Does this a coc.nvim dialog via watchman, and does it also appear twice when the filename is renaming via the system shell?

not sure if it's related to watchman but I have it installed. I tried to rename via system shell, there is no dialog etc

Could you try rename your file by :CocCommand workspace.renameCurrentFile?

GopherJ commented 3 years ago

Does this a coc.nvim dialog via watchman, and does it also appear twice when the filename is renaming via the system shell?

not sure if it's related to watchman but I have it installed. I tried to rename via system shell, there is no dialog etc

Could you try rename your file by :CocCommand workspace.renameCurrentFile?

it still asks twice

weirongxu commented 3 years ago

Does this a coc.nvim dialog via watchman, and does it also appear twice when the filename is renaming via the system shell?

not sure if it's related to watchman but I have it installed. I tried to rename via system shell, there is no dialog etc

Could you try rename your file by :CocCommand workspace.renameCurrentFile?

it still asks twice

I think this might be some problem belonging to coc or tsserver

GopherJ commented 3 years ago

@weirongxu it happens in rust as well