Skip to content

Commit

Permalink
Bump version to 7.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed Oct 28, 2023
1 parent dddbd54 commit 11de177
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions release/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 7.15.2 - 28.10.2023
* Update to FSAC 0.67.0. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.67.0) for more details.
* [Adds setting for FullNameExternalAutocomplete, Fix PipelineHint localization, Fix sending lines to fsi](https://github.com/ionide/ionide-vscode-fsharp/pull/1952) (Thanks @Tangent-90)

### 7.15.1 - 19.10.2023
* [Forward env variables in test debugging](https://github.com/ionide/ionide-vscode-fsharp/pull/1951) (Thanks @farlee2121!)

Expand Down
6 changes: 3 additions & 3 deletions release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
},
"FSharp.fullNameExternalAutocomplete": {
"default": false,
"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.",
"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.",
"type": "boolean"
},
"FSharp.fsac.attachDebugger": {
Expand Down Expand Up @@ -1775,5 +1775,5 @@
"type": "git",
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
},
"version": "7.15.1"
}
"version": "7.15.2"
}

0 comments on commit 11de177

Please sign in to comment.