Closed petecheslock closed 2 years ago
I believe that this is fixed now by @dustinbyrne's PR https://github.com/applandinc/appmap-intellij-plugin/pull/105
Fixed with 0.11.0-2, please reopen if it's still a bug on your machine. https://github.com/applandinc/appmap-intellij-plugin/releases/tag/install-guide-preview
IntelliJ IDEA 2022.1.4 (Community Edition) Build #IC-221.6008.13, built on July 19, 2022 Runtime version: 11.0.15+10-b2043.56 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 12.5.1 GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 10 Non-Bundled Plugins: appland.appmap (0.8.0-6)
Kotlin: 221-1.6.21-release-337-IJ6008.13
0.8.0-6 of the plugin
To recreate - clone the sample_app_6th_ed Checkout the codespaces-devcontainer branch.
Install AppMap, Run the tests
APPMAP=true bundle exec rails test
- then AppMaps will populate on the right side column. Continuing the onboarding flow - the "Explore AppMaps" page has missing Selected code objects.In VS Code you'll see the following as well - missing code objects.
If I run the index command via npx
npx @appland/appmap index
Then the code objects will populate.