getappmap / appmap-intellij-plugin

MIT License
38 stars 9 forks source link

Update an opened Navie view when appmap.yml or new AppMap are created #707

Closed jansorg closed 6 months ago

jansorg commented 6 months ago

Closes https://github.com/getappmap/appmap-intellij-plugin/issues/695

The most recent AppMaps were already supposed to be updated, but a bug prevented that (the update code still assumed that there's an AppMap directory). This PR fixes the bug and also adds that Navie's property appmapYmlPresent is updated when there's a change to appmap.yml in the project.

github-actions[bot] commented 6 months ago

AppMap runtime code review

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