Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pushsource-ls unable to serialize frozendict (on some versions)
On at least some pyyaml and frozendict versions, it is necessary to explicitly add a representer for the frozendict type, as it will not automatically be processed in the same way as a regular dict.
- Loading branch information