Skip to content

Commit 262495b

Browse files
committed
Fix extension not starting in vscode < 1.55
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>
1 parent dd81779 commit 262495b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
* Fixed 'Go To References' in binary. See [eclipse/lemminx#1059](https://github.com/eclipse/lemminx/pull/1059).
2424
* CodeLens does not work in binary. See [eclipse/lemminx#1046](https://github.com/eclipse/lemminx/issues/1046).
2525
* Error while saving file to cache on Windows OS (PosixFileAttributeView not supported). See [eclipse/lemminx#734](https://github.com/eclipse/lemminx/issues/734).
26-
26+
* Extension doesn't start when running in vscode < 1.55. See [#520](https://github.com/redhat-developer/vscode-xml/pull/520).
27+
2728
## [0.16.1](https://github.com/redhat-developer/vscode-xml/milestone/20?closed=1) (May 18, 2021)
2829

2930
### Enhancements

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"webpack-cli": "^4.6.0"
8686
},
8787
"dependencies": {
88-
"@redhat-developer/vscode-redhat-telemetry": "0.1.1",
88+
"@redhat-developer/vscode-redhat-telemetry": "0.2.0",
8989
"expand-home-dir": "^0.0.3",
9090
"find-java-home": "1.1.0",
9191
"fs-extra": "^8.1.0",

0 commit comments

Comments
 (0)