-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Che 7 plugin: Update PHP Intelephense to the latest available version >=v.1.1.1 - 2019-06-27? #13700
Comments
I would argue to do this update for Che 7. There are a number of interesting improvements and the risk is relatively low: worst case, people can go back to the version of the plugins we have now. |
Changed my mind, it's not strictly necessary, so defer. |
Current version is 1.1.5 with many bug fixes. |
The versions v1.1.1 - v1.1.5 do not work on theia-ide:che-7.0.0 branch (which currently is used for Che7), because of wide usage of workspace configuration which is not fully supported.
I believe these errors are result of lack of support of workspace configuration by Theia which is required in following call examples (https://github.com/bmewburn/vscode-intelephense/blob/master/src/middleware.ts#L278):
|
For master branch we have pretty the same problem. It starts working until the plugin asks for the configuration, then fails:
After this failure, there is no hovers/content assist return by the LS. The only version which works on both theia |
The issues created to track 'files' and 'telemetry' workspace configuration properties support: eclipse-theia/theia#5945, eclipse-theia/theia#5944 |
It seems like the current version of Intelephense which Che is using isn‘t working anymore. |
@theBeautifier I can confirm that, this happens since Intelephense 1.2.0 was released. The Intelephense che plugin endpoint returns only "Upgrade required" now. It would be awesome if 1.2.0 could be supported, especially the new premium version :) |
Blocked by eclipse-theia/theia#5945 |
Hello. Anyone experienced the same issue. Thanks |
Can you try with the latest Che (7.15)? We have vscode-intelephense 1.3.11 now. |
No response in awhile and we have Intelephense version |
Description
A new version of PHP Intelephense - v.1.1.1 - is released. It has few interesting additions and improvements comparing to v.1.0.14 (that is currently used as
latest
plugin included to Che7 plugins registry):It looks interesting to be included to Che7 PHP Language Support
The text was updated successfully, but these errors were encountered: