Skip to content

Commit 8533298

Browse files
committed
Bump version to 7.28.0
1 parent 939ec53 commit 8533298

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

release/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 7.28.0 - 27.09.2025
2+
3+
* Update to FSAC 0.79.2. Check out the [release notes](https://github.com/fsharp/FsAutoComplete/releases/tag/v0.79.2) for more details.
4+
* [Add #warnon grammar](https://github.com/ionide/ionide-fsgrammar/pull/232) (thanks @Martin521!)
5+
* [add keybindings for move file up/down](https://github.com/ionide/ionide-vscode-fsharp/pull/2105) (Thanks @pods!)
6+
* [Migrate the Test Explorer to use FSAutoComplete / VSTest](https://github.com/ionide/ionide-vscode-fsharp/pull/2106) (Thanks @farlee2121!)
7+
18
### 7.27.1 - 12.09.2025
29

310
* Fix a release problem on the VS Marketplace around the SVGs in the README file

release/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,12 +1047,12 @@
10471047
{
10481048
"command": "fsharp.explorer.moveUp",
10491049
"key": "alt\u002Bup",
1050-
"when": "focusedView == 'ionide.projectExplorerInActivity' \u007C\u007C focusedView == 'ionide.projectExplorer'"
1050+
"when": "focusedView == \u0027ionide.projectExplorerInActivity\u0027 || focusedView == \u0027ionide.projectExplorer\u0027"
10511051
},
10521052
{
10531053
"command": "fsharp.explorer.moveDown",
10541054
"key": "alt\u002Bdown",
1055-
"when": "focusedView == 'ionide.projectExplorerInActivity' \u007C\u007C focusedView == 'ionide.projectExplorer'"
1055+
"when": "focusedView == \u0027ionide.projectExplorerInActivity\u0027 || focusedView == \u0027ionide.projectExplorer\u0027"
10561056
},
10571057
{
10581058
"command": "fsharp.generateDoc",
@@ -1868,5 +1868,5 @@
18681868
"type": "git",
18691869
"url": "https://github.com/ionide/ionide-vscode-fsharp.git"
18701870
},
1871-
"version": "7.27.1"
1871+
"version": "7.28.0"
18721872
}

0 commit comments

Comments
 (0)