Closed jansorg closed 5 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/663
This PR
stats
property to the JSON, which is passed to the AppMap webview. If the CLI failed to return the stats, then an empty array is used forstats
findings
to the AppMap webview for giant AppMaps, but only for regular and large AppMap files. Previously, findings were always attachedAlthough the old code already added
stats
, it wasn't always added. This PR now follows the VSCode plugin's code more closely.This is what I'm seeing for large AppMaps (tested locally by changing the threshold, I don't have a giant AppMap file available here):