v0.61.0
Added
- Codefix: Add codefix for redundant attribute suffix. (thanks @nojaf!)
- Add module to SemanticTokenTypes (thanks @nojaf!)
- Codefix: Add type annotations to entire function (thanks @nojaf!)
- Codefix: RemovePatternArgument quick fix (thanks @edgarfgp!)
- Codefix: for interpolated string, fix #1 (thanks @nojaf!)
Changed
- Swap maybe for option CEs (thanks @TheAngryByrd!)
Fixed
- Make ServerProgressReport threadsafe (thanks @TheAngryByrd!)
- Fix range handling for code completion in interpolated strings (thanks @kojo12228!)
- Fixing Typos (thanks @TheAngryByrd!)
- FSAC Not exiting on macos/linux (thanks @TheAngryByrd!)
- CI not failing on focused tests (thanks @TheAngryByrd!)
Removed
- Remove old eventlistener (thanks @TheAngryByrd!)