Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Mar 18:57
72be1c7

Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.1.0

✨ Features

  • Use @patternfly/chatbot library for the resolutions view by @ibolton336 in #373
  • Add configurable ignores for analysis by @sjd78 in #415
  • Add 'cursor: pointer' to <summary/> marker in markdown by @ibolton336 in #437

🐛 Bug Fixes

Major Known Issues

  • konveyor/kai#721: Within the kai-rpc-server, .konveyorignore is not respected by git vfs. If you see log files showing up in your diffs, this is the likely culprit. A .gitignore must be used for now. Make sure those log files/directories are added to your workspace's .gitignore.
  • konveyor/kai#737: If vscode is closed in the middle of an analysis, the kai processes won't stop immediately. This can result in strange results from the analysis panel. Once the analysis completes, the process should close correctly. If necessary, you can kill it manually. The process should be kai-rpc-server or kai_analyzer_rpc.

Full Changelog: v0.0.13...v0.1.0