Summary: | Intelephense LSP Failed to apply changes to file | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | ardi <ardi93> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 21.04.1 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
ardi
2021-07-09 10:33:30 UTC
I am sorry, I think the error happened because of may faulty config. I put `intelephense` instead of `php` as a key in the configuration. This is my working configuration for Kate Editor : "php": { "command": ["/usr/bin/intelephense", "--stdio", "--debug"], "url": "https://github.com/bmewburn/intelephense-docs", "highlightingModeRegex": "^PHP.*$", "rootIndicationFileNames": ["composer.json"] }, Related thread at Intelephense issue page in Github : https://github.com/bmewburn/intelephense-docs/issues/44 |