-
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
Error highlighting broken in several default stack #15919
Comments
@Katka92 can you provide some logs (c.f. the doc to retrieve language servers logs)? |
@Katka92 are the plugins starting at all? Do you get content assist, for example? I know that the node support writes progress messages to the status bar when starting up. |
NodeJS Express works just fine on local crc. I suspect this is some limitation on prod-preview. |
Hi, thank you for your answers. In some devfiles just error highlighting was not working as expected, in other devfiles also other features. Now there is a new issue for 4 days with Java Maven stack that LS seems to not work at all. #16051 |
On 7.9.0 Hosted che on prod-preview error highlighting is not working for a Rust devfile, but code suggestion and completion seems to be working correctly. |
The issue is still present for 7.12.0 tested on Hosted Che. |
@ericwill could you please take a look? |
Yes we've planned it for next sprint (184). |
I tried today on che.openshift.io and it turns out the PHP stacks (Symfony, MySQL, and Laravel) work fine. Rust and NodeJS are still broken. |
NodeJS with React is also broken. |
Checking: ✔️ NodeJS Express Web Application |
There seems to be an element of randomness to this: I have observed the node/mongodb workspace start the language server successfully, but most of the time, it fails. |
When the LS startup failed, I was this stack trace in the typescript container log:
|
A new instance of the stack trace I reported has been spotted in the wild (from Mattermost):
|
My suspicion is that initialization of the plugin host (aka overriding the module load) and plugin activation are happening at the same time. We could test this theory by putting a breakpoint in the plugin host to simulate delay. |
Note that this is looking for "onDidRenameFile", not "onDidRenameFiles". The "s" was added when the api graduated from vscode-proposed.ts to vscode.ts. |
This has been fixed now that we've updated the typescript extension, no? |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
@svor it's not clear from the description what's missing here |
@l0rd The typescript extension was updated and seems we don't have I'm going to close the issue. |
Describe the bug
Error highlighting feature is not working in several default stacks in 7.8.0.
Affected stacks:
EDIT: added .net core stack
Che version
Steps to reproduce
Expected behavior
Erroneous code should be highlighted by a red underline.
Runtime
Environment
The text was updated successfully, but these errors were encountered: