Simon Krajewski

Results 882 comments of Simon Krajewski

This is indeed a problem with `trimTrailingWhitespaces` which makes the feature unusable. I don't see why this would happen because it should only affect _trailing_ whitespaces. Is there a way...

I can't figure out how to modify configuration. The type `WorkspaceConfiguration` seems to be read-only.

Yes I know how to do it manually. Jeff suggested changing the setting temporarily before saving the document and I don't know how to do that.

I'm curious how you changed that because all I see on the configuration is `get` and `has`.

Yes, I use it in every IDE/editor because you get stupid diffs otherwise.

Maybe that's indeed necessary. However, it's still strange that VS Code removed all whitespaces on a line, not just trailing ones. Might be a bug on their end?

Why do we need that? We manually call `document.save()` in HaxeContext, so whatever code you want to execute you can put there.

@tobil4sk Could you check if we want to merge this (after resolving conflicts)? It makes sense to not depend on EOL versions if it can be helped.

Hmm, this looks pretty good actually for the USHR change... but I'm not brave enough to merge it. Will let it sit open for now.