This PR adds a setting to control if the AppMap scanner process is launched. It's off by default.
A change of the settings for an open project is only applied after reopening the project.
The new setting is shown in the UI as Enable AppMap scanner.
This PR adds a test to verify the new setting and sets the setting to true to let existing tests complete successfully.
Closes https://github.com/getappmap/appmap-intellij-plugin/issues/722
This PR adds a setting to control if the AppMap scanner process is launched. It's
off
by default. A change of the settings for an open project is only applied after reopening the project.The new setting is shown in the UI as
Enable AppMap scanner
.This PR adds a test to verify the new setting and sets the setting to
true
to let existing tests complete successfully.