Bela VanderVoort

Results 297 comments of Bela VanderVoort

@mheguy-flo thanks for all the info, finally explains the random issues people are running into. I did a basic test of this by finding a port windows had reserved, and...

FWIW prettier appears to avoid breaking arguments when one of them is a lambda. I haven't looked into the code to see if this was intenional or not, but I...

I released a new version of the extension today that I hope will address these problems, or at least make them easier to track down. The latest (1.5.2) version has...

I'm thinking there is either something in some of your files that csharpier can't handle. If it is all files in the project, then maybe something in an .editorconfig. If...

The logging from the extension side doesn't really give me any indication of what the problem is. I hope to add logging to the csharpier side, but I don't know...

Your input is breaking because any object initializer with at least three expressions automatically breaks. In your second example there are only two expressions in the initializer so there is...

> CSharpier provides a few basic options that affect formatting and has no plans to add more. It follows the [Option Philosophy](https://prettier.io/docs/en/option-philosophy.html) of prettier.

Is there a reason you have two csprojs in the same directory? It seems like that would be very rare.

I'm unable to reproduce this and it seems like such an edge case that it isn't worth spending time on. You can install csharpier as a local tool which avoids...

I found a public repo with those https://github.com/XINCGer/Unity3DTraining/tree/master/Minecraft and reproduced the problem now, I'll see what I can figure out.