konveyor / editor-extensions

Developer experience stuff, like VSCode Extension, for Konveyor.
Apache License 2.0
0 stars 5 forks source link

:sparkles: Extension Configuration #32

Closed djzager closed 16 hours ago

djzager commented 17 hours ago

This PR makes the essential bits of our extension configurable in a VSCode native way. We now provide:

  1. Configuration, which means the user can modify the configuration like any other extension in the application settings view.
  2. Walkthroughs, that step the user through the different things that can be configured and how.
  3. Some basic commands for configuring in a more hand-holding kind of way (filepicker for analyzer, picker for sources/targets, dialog to useDefaultRulesets).

We leave the runAnalyzer piece unimplemented for now as that will come when it actually exists.

Fixes #4 Fixes #5