Releases: ionide/ionide-vscode-fsharp
5.11.2
Update FSAC to 0.50.2 to pick up completion fixes and diagnostics fixes
5.11.1
Update Ionide.FsGrammar to get fixes for multiline comment tokenization
Better error reporting in the initial extension startup pipeline
Update Fable and supporting libraries
5.11.0
- Update FSAC to version 0.50.0 to get fixes
- Changed
- Update Fantomas.Client to prefer stable versions (Thanks @nojaf)
- Moved to use the Ionide.LanguageServerProtocol shared nuget package
- Fixed
- Changed
- Add config setting for server trace so that we have better autocomplete for that when requesting logs.
- Clean up and fix Ionide diagnostics
5.10.2
Update FSAC to version 0.49.5 to get fixes for
Fantomas.Client updates
Background services caches
Enable the Info Panel feature for F# scripts
Update the embedded grammar file
5.10.1
Update FCAC to version 0.49.4 to get fixes for:
Fix regression in cross-project support after FCS 40 update in proj-info
Better handling of file typechecking after FCS 40 update
Fix background service
Fix File System
5.9.1
Update FCAC to version 0.49.1 to get fixes for
code lenses displays
5.9.0
Update FSAC to version 0.49.0 to get support for .Net 6 and F# 6
Change the smart-indent support to allow users to delete indents one level at a time (thanks @Tasiro!)
5.8.1
Update FSAC to version 0.48.1 to get fixes for
Fantomas.Client integration
5.8.0
Fix icons for solutions, projects, and references (thanks @sharno!)
Update FSAC to version 0.48.0 to get fixes for
xmldoc handling in tooltips
using user-specified fantomas instead of a bundled version