-
released this
2026-01-29 17:41:13 +00:00 | 5 commits to main since this releaseMostly fixes bug where comments were not successfully removed and causes the extension to fail,
but also added some more suggestions for when branching results in no "partially valid" branch (especially the
oneOfcase)Downloads
-
Improved Suggestion and Icons Pre-Release
released this
2026-01-18 11:16:00 +00:00 | 9 commits to main since this release- improves suggestion -> added detail info for selections incl. deprecation info
- added dispaly of icons as gimmick
- filters already used keys for key suggestion of a node
- some cleanup
- Fixed an error message
- cleaned up reader to easily switch between local & "prod" (even though the whole file could be removed
- (internal) remove own Yaml Wrapper - use either external or
&str/Stringwhere we only work with scalars - Changed Logik of pattern: Pattern with look-around in any form cannot be processed atm. Until now encountering such schema would just suceed. This logic now switched. While previously validation would wrongly fail causing basically no info as to why (no error to return, would just be cases like. two many
oneOfbranches succeeded, but i got no specific error - deal with it this way when a validation fails at least the user sees the transported error from the regex crate
Use of wrapper: beee925e190690675dfc7ba3ed0e40e944e09e90
Note: Extension contains svg for icons, thats why its somewhat big.
Downloads