Skip to content

Commit

Permalink
bump FSAC and highlighting (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Aug 19, 2024
1 parent 5edad17 commit f206866
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 7.21.0 - 18.08.2024

* Update to FSAC 0.74.0. This release includes the compiler update for NET SDK 8.0.400, as well as enhancements
to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally.
* Fixed: the way we open the FSI generated references file to not assume a 3-column view.
* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior.

### 7.20.3 - 19.06.2024

* Fix regression in FSI argument forwarding
Expand Down
4 changes: 2 additions & 2 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ NUGET
FSharp.Core (>= 4.7.2)
GIT
remote: https://github.com/ionide/ionide-fsgrammar.git
(0100f551f6c32598a58aba97344bf828673fec7a)
(b38420f8569aa662b4862beb407a02e527e866c1)
GITHUB
remote: ionide/ionide-vscode-helpers
src/Fable.Import.Showdown.fs (8e81bc03f11f07b8e0811b3d4598eadc78f32f2f)
Expand Down Expand Up @@ -241,4 +241,4 @@ STORAGE: PACKAGES
RESTRICTION: == netstandard2.0
NUGET
remote: https://api.nuget.org/v3/index.json
fsautocomplete (0.73.2)
fsautocomplete (0.74.0)
7 changes: 7 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 7.21.0 - 18.08.2024

* Update to FSAC 0.74.0. This release includes the compiler update for NET SDK 8.0.400, as well as enhancements
to constructor tooltips and some miscellaneous perf improvements to some places collections were used internally.
* Fixed: the way we open the FSI generated references file to not assume a 3-column view.
* Changed: Make 'Send references to FSI' and 'Generate references' commands use the same internal logic to reduce differences in behavior.

### 7.20.3 - 19.06.2024

* Fix regression in FSI argument forwarding
Expand Down
2 changes: 1 addition & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1812,5 +1812,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.20.3"
"version": "7.21.0"
}

0 comments on commit f206866

Please sign in to comment.