You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
+
### 7.15.0 - 15.10.2023
2
+
* Update to FSAC 0.66.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.66.1) for more details.
3
+
* Updated the F# syntax grammar to pick up fixes for backticked namespace and module names, let struct syntax highlights, and customer operators/doc comments. (Thanks @dawedawe and @MangelMaxime!)
4
+
* Added a deprecation message to `FSharp.inlayHints.enabled` in favor of `editor.inlayHints.enabled`.
1
5
2
6
### 7.14.0 - 09.10.2023
3
-
* Update to FSAC 0.65.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.64.0) for more details.
7
+
* Update to FSAC 0.65.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.65.0) for more details.
4
8
*[Don't offer to reference the target project when adding a project reference](https://github.com/ionide/ionide-vscode-fsharp/pull/1945) (Thanks @dawedawe!)
Copy file name to clipboardExpand all lines: release/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
+
### 7.15.0 - 15.10.2023
2
+
* Update to FSAC 0.66.1. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.66.1) for more details.
3
+
* Updated the F# syntax grammar to pick up fixes for backticked namespace and module names, let struct syntax highlights, and customer operators/doc comments. (Thanks @dawedawe and @MangelMaxime!)
4
+
* Added a deprecation message to `FSharp.inlayHints.enabled` in favor of `editor.inlayHints.enabled`.
1
5
2
6
### 7.14.0 - 09.10.2023
3
-
* Update to FSAC 0.65.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.64.0) for more details.
7
+
* Update to FSAC 0.65.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.65.0) for more details.
4
8
*[Don't offer to reference the target project when adding a project reference](https://github.com/ionide/ionide-vscode-fsharp/pull/1945) (Thanks @dawedawe!)
Copy file name to clipboardExpand all lines: release/package.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -479,6 +479,7 @@
479
479
"FSharp.enableAdaptiveLspServer": {
480
480
"default": true,
481
481
"description": "Enables Enable LSP Server based on FSharp.Data.Adaptive. This can improve stability. Requires restart.",
482
+
"markdownDeprecationMessage": "This setting has been deprecated because it is now the only behavior of the LSP Server.",
482
483
"type": "boolean"
483
484
},
484
485
"FSharp.enableAnalyzers": {
@@ -584,6 +585,7 @@
584
585
"FSharp.fsac.sourceTextImplementation": {
585
586
"default": "RoslynSourceText",
586
587
"description": "Enables the use of a new source text implementation. This may have better memory characteristics. Requires restart.",
588
+
"markdownDeprecationMessage": "This setting is deprecated because the RoslynSourceText SourceText implementation has been adopted as the only implementation in the LSP Server.",
587
589
"enum": [
588
590
"NamedText",
589
591
"RoslynSourceText"
@@ -657,7 +659,7 @@
657
659
},
658
660
"FSharp.inlayHints.enabled": {
659
661
"default": true,
660
-
"markdownDeprecationMessage": "This can be controlled by `editor.inlayHints.enabled` instead.",
662
+
"markdownDeprecationMessage": "This can be controlled by \u0060editor.inlayHints.enabled\u0060 instead.",
661
663
"description": "Controls if the inlay hints feature is enabled",
0 commit comments