David Sherret
David Sherret
@joscha I've read this a few times and I don't understand. Sorry, could you explain it in a different way? Is this some configuration that could be added to the...
So in other words, you would like to be able to run the markdown formatter without having it format code blocks? Is this a one off thing? I guess I...
I’ll definitely look into it this week. Thanks for the reproduction! Also, you’re on Mac on both systems, correct? How many CPU cores do you have?
I'm able to reproduce this. I'd recommend ignoring the `./docs/.vuepress/dist` folder in the dprint.config file. The typescript plugin hasn't been optimized at all for formatting minified files and so it's...
In the future there will be #378 which should help prevent those scenarios in git repositories. For now dprint doesn't know anything about git so they need to be manually...
Not sure what's going on here... this is using crossterm so maybe its [documentation](https://docs.rs/crossterm/0.21.0/crossterm/style/index.html) could provide some clues.
I've opened a PR with an initial plugin https://github.com/wbond/package_control_channel/pull/7969 Should be on PackageControl soon. Repo is here: https://github.com/dprint/dprint-sublime
@dalisoft no problem! I hope it actually works well. I opened a couple issues https://github.com/dprint/dprint-sublime/issues but feel free to open more.
It's a lot of work to implement this and get support in plugins. Additionally, most dprint plugins format files in under 10ms. For very large files like TypeScript's checker.ts (44,000...
Better solution to investigate is automatic tagging when the dprint cli version changes: https://github.com/dprint/dprint-plugin-typescript/issues/339