Skip to content

Fix extension not starting in vscode < 1.55#520

Merged
datho7561 merged 1 commit intoredhat-developer:masterfrom
fbricon:update-telemetry
Jun 23, 2021
Merged

Fix extension not starting in vscode < 1.55#520
datho7561 merged 1 commit intoredhat-developer:masterfrom
fbricon:update-telemetry

Conversation

@fbricon
Copy link
Copy Markdown
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>
@fbricon fbricon force-pushed the update-telemetry branch from 5b03c35 to 262495b Compare June 23, 2021 08:25
@datho7561
Copy link
Copy Markdown
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.

2 participants