You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on changes to the kai runtime configurations in
konveyor/kai#526, update the CLI arguments and
initialize request object to match.
Summary of changes:
- Reorder the config field definitions
- Use enum values in config definitions where available
- Config keys related to analyzer configuration still remain but cannot
be passed along to the analyzer, see [kai issue 550](konveyor/kai#550)
- Aligned CLI arguments and initialize request payload types to the
updated Kai configuration keys
- Dropped config.toml handling since that file is no longer in use
Prerequisite for: #184
---------
Signed-off-by: Scott J Dickerson <[email protected]>
There are 5 analyzer configuration settings the IDE defines but have no passthrough via kai-rpc-server cli args or initialize request. They are:
The first three are currently hardcoded:
kai/kai_analyzer_rpc/main.go
Line 77 in f1483fb
Please provide a reasonable way to pass along these parameters, or at least me know which ones should be enabled and which ones not.
The text was updated successfully, but these errors were encountered: