Skip to content
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

Fix extension not starting in vscode < 1.55 #520

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

fbricon
Copy link
Collaborator

@fbricon fbricon commented Jun 23, 2021

Update vscode-redhat-telenetry to 0.2.0, to fix

Activating extension 'redhat.vscode-xml' failed: Cannot read property 'id' of undefined.

This affects vscode API < 1.55 (Che/Theia are at 1.50)

@fbricon fbricon requested a review from datho7561 June 23, 2021 08:22
@fbricon fbricon added bug Something isn't working dependencies Pull requests that update a dependency file labels Jun 23, 2021
@fbricon fbricon added this to the 0.17.0 milestone Jun 23, 2021
Update vscode-redhat-telenetry to 0.2.0, to fix

```
Activating extension 'redhat.vscode-xml' failed: Cannot read property 'id' of undefined.
```

Signed-off-by: Fred Bricon <fbricon@gmail.com>
@datho7561
Copy link
Contributor

vscode-xml won't run in Theia anyways, since this release requires the language client version 7, which requires being compatible with the 1.52 API. However, it would be nice to support VS Code 1.52+ and Theia once it's compatible with the new language client version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants