getappmap / appmap-intellij-plugin

MIT License
38 stars 9 forks source link

AppMap incorrectly identifies Rails project as Javascript #83

Closed petecheslock closed 2 years ago

petecheslock commented 2 years ago

AppMap plugin pre-release version 0.8.0 IntelliJ IDEA 2022.1.2 (Community Edition)

To recreate - clone the sample_app_6th_ed Checkout the codespaces-devcontainer branch.

Click on "install appmap agent"

The install wizard incorectly identifies as a Javascript project

Screen Shot 2022-08-19 at 1 13 58 PM

Loom recording

jansorg commented 2 years ago

I wasn't able to reproduce this on Linux with a fresh clone of the project and branch. Do you have any file changes in the project?

Screenshot_20220822_170706

brikelly commented 2 years ago

Could potentially be caused by the IntelliJ detection code not yet treating gitignore specs correctly

jansorg commented 2 years ago

This was indeed caused by the missing support for .gitignore. https://github.com/applandinc/appmap-intellij-plugin/pull/81/commits/cde240cc330a7c397c67894fbe601ab67cb8f57c fixes this

petecheslock commented 2 years ago

Confirmed fixed in 0.8.0-3