Skip Baney
Skip Baney
The defaultIsZeroValue() method was erroneously assuming that all types that implement IsBoolFlag() were bools - regardless of the return value of IsBoolFlag(). Fixes #360
I've implemented a custom `Value` type for managing generic data. Everything works as it should, but the flags always show a default in their usage string regardless of whether they...
**Describe the bug** I would like my schema to include `markdownDescription` attributes so that VS Code (via the JSON and YAML language servers) will render help text properly in hover...
This PR adds support for the `Indexed` and `Keyed` interfaces when removing nodes from an expression. Note: I needed to add a method for removing items from `Indexed`. If you'd...
Hello 👋, and thank you for the great extension! I added the [`Env`](https://github.com/charmbracelet/vhs/pull/469) command to a VHS file today and it didn't get highlighted. Looks like there have been a...