Fabio Spampinato
Fabio Spampinato
> just creating an issue right now so I don't forget to write down my findings Do you remember your findings?
As far as I know there aree no APIs for this. If they were implemented they could enable some cool extensions.
The current plan is to go through everything I maintain and modernize it or redo it, you can kinda track progress on that for vscode extensions [here](https://github.com/fabiospampinato/monorepo?tab=readme-ov-file#vscode-extensions), the ones that...
> stay with Jest maybe a better choice, so it will be easier when we merge code into core. That's maybe the main thing to think about. Though I'm not...
Interesting 🤔 That is indeed not supported at the moment in the [thing](https://github.com/fabiospampinato/tiny-editorconfig/blob/master/src/cast.ts) we are using for parsing `.editorconfig` files. Interestingly there's no mention of this property in EditorConfig's own...
@fisker is there an issue in editorconfig's repo tracking that? 🤔 Is "off" documented in Prettier's docs?
I didn't know that, the internal logic has to be reworked a bit then, PR welcome, even just for porting the failing tests over if not for fully fixing it.
Or maybe more than a bit, I wonder what the cleanest way to map this onto the normal path would be 🤔
Oh interesting, we may be pointing at a config file without passing the `--stdin-filepath` flag 🤔 I mean I don't know if this feature is actually used, presumably it is,...
Amazing, thank you! I made the file names clickable and added a little paragraph at the start.