Closed jansorg closed 6 months ago
Summary | Status |
---|---|
Failed tests | :white_check_mark: All tests passed |
API changes | :zero: No API changes |
Security flaws | :white_check_mark: None detected |
Performance problems | :white_check_mark: None detected |
Code anti-patterns | :white_check_mark: None detected |
New AppMaps | :zero: No new AppMaps |
:tada: This PR is included in version 0.68.0 :tada:
The release is available on:
v0.68.0
Your semantic-release bot :package::rocket:
Closes https://github.com/getappmap/appmap-intellij-plugin/issues/652
This was caused by an undefined
title
value of the unsupported project's language, at https://github.com/getappmap/appmap-js/blob/9f86692b62b0966552adf6c473263988d55632bf/packages/components/src/components/install-guide/ProjectPickerRow.vue#L419-L421I'm not sure why this is working in VSCode, at least I couldn't find where a fallback value is assigned for unsupported project.
This PR also updated the webview component to the latest version.