phpactor / coc-phpactor

Phpactor CoC Extension
https://github.com/phpactor/phpactor
MIT License
28 stars 3 forks source link

Cannot trace server like with manual configuration #2

Open przepompownia opened 4 years ago

przepompownia commented 4 years ago

Example: https://github.com/iamcco/coc-vimlsp/blob/master/package.json#L80

Probably it is not provided by CoC and requires adding as an option.

przepompownia commented 4 years ago

Tracing works but declaration seems to be still explicitly added to make this option present in suggestions when editing CoC's config. Maybe it should be an issue of CoC, not of this project.

dantleech commented 4 years ago

Adding it as phpactor.trace.server works? In that case would just be a case of adding it in package.json

przepompownia commented 4 years ago

With this setting I see details of responses so probably it would be enough.