Skip to content

Commit 11de177

Browse files
committed
Bump version to 7.15.2
1 parent dddbd54 commit 11de177

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

release/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 7.15.2 - 28.10.2023
2+
* Update to FSAC 0.67.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.67.0) for more details.
3+
* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90)
4+
15
### 7.15.1 - 19.10.2023
26
* [Forward env variables in test debugging](https://github.com/ionide/ionide-vscode-fsharp/pull/1951) (Thanks @farlee2121!)
37

release/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@
527527
},
528528
"FSharp.fullNameExternalAutocomplete": {
529529
"default": false,
530-
"description": "When selecting an external symbols in autocomplete, insert the full name to the editor rather than open its module/namespace. Also allow filtering suggestions by typing its full name. \n\n Requires `FSharp.externalAutocomplete` enabled.",
530+
"description": "When selecting an external symbols in autocomplete, insert the full name to the editor rather than open its module/namespace. Also allow filtering suggestions by typing its full name. \n\n Requires \u0060FSharp.externalAutocomplete\u0060 enabled.",
531531
"type": "boolean"
532532
},
533533
"FSharp.fsac.attachDebugger": {
@@ -1775,5 +1775,5 @@
17751775
"type": "git",
17761776
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
17771777
},
1778-
"version": "7.15.1"
1779-
}
1778+
"version": "7.15.2"
1779+
}

0 commit comments

Comments
 (0)