Max Stoumen
Max Stoumen
Automate publish in `prerelease.yml` to the Open VSX registry and the VSCode marketplace.
Would be nice to support [type predicates](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates). Right now, they just appear as `boolean`.
Add a collapse all button, like in the other views.
Might be nice to have 1-2 extra windows, to allow for something like having multiple locked types.
In many circumstances, type parameters are not resolved, even if type arguments are. For example: ```typescript declare function name(): Promise; ``` The return type here will show `void` as a...
Currently, union types are kept as union types, with their constituent parts recursively merged. This is pretty much the best you could hope to do, although there are a few...
Closes: #1018 Some issues: - Currently the default setting for background will apply to both preview and rendering video settings - we could also introduce two separate settings (maybe best...
**Description** Would be nice to have a separate preview/viewport background color setting which doesn't affect the render. This is particularly useful when you want to export with a transparent background...
Could be converted from OpenAPI generation The OpenAPI conversion has a little jank in my experience (auth gets set to `seam-workspace` as a header for all endpoints). Maybe there's something...
Currently I think for arrays in query parameters, the logic erroneously assumes the contents are a string, and does not validate them