File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 10471047 {
10481048 "command" : " fsharp.explorer.moveUp" ,
10491049 "key" : " alt\u002B up" ,
1050- "when" : " focusedView == 'ionide .projectExplorerInActivity' \u007C\u007C focusedView == 'ionide .projectExplorer' "
1050+ "when" : " focusedView == \u0027 ionide .projectExplorerInActivity\u0027 || focusedView == \u0027 ionide .projectExplorer\u0027 "
10511051 },
10521052 {
10531053 "command" : " fsharp.explorer.moveDown" ,
10541054 "key" : " alt\u002B down" ,
1055- "when" : " focusedView == 'ionide .projectExplorerInActivity' \u007C\u007C focusedView == 'ionide .projectExplorer' "
1055+ "when" : " focusedView == \u0027 ionide .projectExplorerInActivity\u0027 || focusedView == \u0027 ionide .projectExplorer\u0027 "
10561056 },
10571057 {
10581058 "command" : " fsharp.generateDoc" ,
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}
You can’t perform that action at this time.
0 commit comments