v1.0.0-beta4
Pre-release
Pre-release
- Updated OmniSharp (Fixes #66, #65 #64)
- Worked around psuedo parameter binder bug that causes switch parameters to report a constant bool value regardless of explicit argument (Fixes #56)
- Worked around psuedo parameter binder bug that causes invalid binding exceptions I didn't account for (Fixes #62)
- Changed encoding of the document edit writer to unicode to fix a bug reported on discord where unicode characters were getting mangled (why am I using a byte stream instead of an
List<char>
? Because I had no idea what I was doing two years ago 🙃 ) - Updated manifest to beta4