Bela VanderVoort

Results 297 comments of Bela VanderVoort

I believe I know a way to resolve the problem, see https://github.com/belav/csharpier/issues/926#issuecomment-1817939428 for more details

I resolved a number of issues with the new 1.5.0 version of the extension. It also has better logging and notification when it is unable to start the CSharpier process....

I believe I have the occasional NRE fixed and am releasing 1.5.1 for that. The initial hang some people are seeing is probably csharpier being installed in the background. I...

Right now there is no formatting applied to expressions that appear within a raw interpolated string. From what I recall, the original interpolated strings did not allow line breaks in...

I fixed the extra indent, but there is also the problem of the arguments not breaking properly. It looks like this problem also exists for multiline verbatim strings so it...

I believe the problem has to do with `PATH`, and the extension not being able to run the `dotnet csharpier --version` command to determine which version of CSharpier is being...

Hey @evertonandrade I have ubuntu set up now and am digging into this. If you run `which dotnet` in vscode, what is the result? And by chance do you have...

@evertonandrade I have these changes mostly done, I just want to do some more testing. I was going to install arch linux because I believe it may handle PATH a...

@evertonandrade Did the c# extension continue to work? I pulled in some code from that, and they don't appear to be doing anything out of the ordinary when trying to...

I've found that comments tend to cause a lot of edge cases like this, and I don't know that there is a good generic fix for it beyond just addressing...