Radon Rosborough
Radon Rosborough
Sounds like a Windows problem. If you can suggest an alternative command line syntax for `diff` that'll work in this environment, I could implement it.
Right, that makes sense. I'll have the default value be `gdiff` if available, `diff` otherwise. And the user can customize. On the first invocation, it will check to verify that...
Hmmm, if this formatter can automatically delete code comments, I am not sure we should enable it by default...
Is it supposed to be nondestructive and this is a bug? Or is it illegal to put comments in the place where there is one in your example?
OK, we can add support for the formatter, but not enable it by default, since it has this destructive behavior.
 Could be that a newer version of Prettier formats differently by default, breaking the test, or a bug in Prettier being able to find configuration files correctly. Probably the...
Huh. Weird software. Microsoft should just package their stuff like a normal distributor instead of having this custom thing. If you don't, I'll eventually get around to troubleshooting this.
I had a look through, and yep, you're right - I don't think this was ever implemented. I think it should not be too hard to preserve mark, or indeed...
Apheleia should definitely use your Prettier binary installed at `node_modules/.bin/prettier` if it exists, if it is not doing that, then there is a bug. As long as the file at...
Ok, so we can definitely adjust the behavior of Apheleia to handle the case of multiple `node_modules` correctly. As @edslocomb says, getting the formatter running with lower latency is the...