Releases: ionide/FsAutoComplete
Releases Β· ionide/FsAutoComplete
0.49.2
0.49.1
- BUGFIX: Fix stuck code lenses (thanks @beauvankirk!)
0.49.0
- FEATURE: Support .Net 6 and F# 6
0.48.2
0.48.1
0.48.0
0.47.2
- BUGFIX: Fix dotnet template rendering on non-english locales (thanks @jmiven)
- ENHANCEMENT: Don't provide completions or tooltips for string literals of all kinds
- This allows for other extensions to provide completions/hover tooltips for these strings when configured to do so
0.47.1
0.47.0
- BUGFIX: Fix loading of dotnet new templates (thanks @Happypig375)
- BUGFIX: Fix datatype for workspace/applyEdit request
- ENHANCEMENT: Update Fantomas to 4.5.0 stable (thanks @nojaf)
- ENHANCEMENT: Enable running on .net 6 via rollForward
- NOTE: if you have both 5.0 and 6.0 SDKs installed, you must launch fsautocomplete by passing the
--fx-version
argument to the dotnet CLI. See the cli docs for more details.