Magdalena Kiesel
Magdalena Kiesel
Follow up of #4728. This involves the following steps: - [x] Factor out and generalize the config-related things into a new package. - [ ] Factor out and generalize the...
Fixes #5482. Factors out the language selection logic from the editor components into a mythic package. Uses data from https://github.com/github/linguist to aid in language mapping to editor modes.
The current code trips on things like: ```typescript this.prisma.someModel.update({ where: { id }, data: { someList: ["a", "b", "c"], }, }) ``` Since the array `["a", "b", "c"]` itself has...