getappmap / appmap-intellij-plugin

MIT License
38 stars 9 forks source link

RPC service receives workspace configuration #667

Closed dustinbyrne closed 6 months ago

dustinbyrne commented 6 months ago

A v2.configuration.set RPC method exists which ingests the following data:

{
  // This is the same value used today in v1.configuration.set
  "appmapConfigFiles": [
    '/home/db/dev/getappmap/vscode-appland/appmap.yml',
    '/home/db/dev/getappmap/appmap-intellij-plugin/appmap.yml'
  ],

 // This new property is an array of absolute paths to all projects open in the IDE 
  "projectDirectories": [
    '/home/db/dev/getappmap/vscode-appland',
    '/home/db/dev/getappmap/appmap-intellij-plugin',
    '/home/db/dev/bevyengine/bevy'
  ]
}

To upgrade, the following steps should be taken:

dustinbyrne commented 6 months ago

This depends on the release of https://github.com/getappmap/appmap-js/pull/1723

Pre-release binaries are available via https://github.com/getappmap/appmap-js/actions/runs/8723246396

appland-release commented 6 months ago

:tada: This issue has been resolved in version 0.65.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: