marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
212 stars 16 forks source link

Start creates intelephense folder #32

Closed halivert closed 4 years ago

halivert commented 4 years ago

When phpls starts, it creates a folder in $HOME directory named "intelephense".

Steps to reproduce the behavior:

  1. Open php file with nvim and coc-phpls extension activated.
  2. See new folder in your $HOME directory

Expected behavior No new folder in $HOME directory, or an option to configure directory creation.

Desktop:

Comments Thank you for your work I love this extension and want to improve it but I don't know how to do it.

marlonfan commented 4 years ago

It can recur. Let me check


From 樊凡.

--------------原始邮件-------------- 发件人:"Hali Velázquez "<notifications@github.com>; 发送时间:2019年11月12日(星期二) 凌晨1:53 收件人:"marlonfan/coc-phpls" <coc-phpls@noreply.github.com>; 抄送:"marlon "<marlon@tfan.net>;"Assign "<assign@noreply.github.com>; 主题:[marlonfan/coc-phpls] Start creates intelephense folder (#32)

When phpls starts, it creates a folder in $HOME directory named "intelephense".

Steps to reproduce the behavior:

Open php file with nvim and coc-phpls extension activated.

See new folder in your $HOME directory

Expected behavior No new folder in $HOME directory, or an option to configure directory creation.

Desktop:

OS: Arch Linux

Version 2.0.7

Comments Thank you for your work I love this extension and want to improve it but I don't know how to do it.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub, or unsubscribe.

marlonfan commented 4 years ago

Can't reproduce now, can you reproduce there?

halivert commented 4 years ago

Yes, this is the described behavior

intelephense folder created

marlonfan commented 4 years ago

May I know your nvim version and coc.nvim version?

I think it seems to have something to do with them.

halivert commented 4 years ago

vim version: NVIM v0.5.0-163-g7116a41e3 node version: v13.1.0 coc.nvim version: 0.0.74-1ff50ec3b0

May I know your nvim version and coc.nvim version?

I think it seems to have something to do with them.

marlonfan commented 4 years ago

Hi @halivert , This bug fixed. FYI: https://github.com/bmewburn/intelephense-docs/issues/13

halivert commented 4 years ago

Thank you for your time and efforts @marlonfan :+1: :relieved: