|
1 | | -## Known Issues in 1.23.16 |
| 1 | +## Known Issues in 1.23.17 |
2 | 2 |
|
3 | 3 | * For Mono-based development (e.g. Unity) that requires full .NET framework, you need to set `"omnisharp.useGlobalMono": "always"`. The current value of "auto" will remain "never" until Mono [upgrades their bundled MSBuild version](https://github.com/mono/mono/issues/20250). |
4 | 4 | * After selecting a solution filter (*.slnf) from the project selector, the solution's name will be displayed in the status bar instead of the filter's. |
|
11 | 11 | * Renaming symbol fails within a file that had recently been renamed without saving changes. |
12 | 12 | * As a workaround, make an edit within the file before using Rename Symbol. |
13 | 13 |
|
14 | | -## 1.23.16 (Not released yet) |
| 14 | +## 1.23.17 (Not released yet) |
| 15 | +* Fix decompilation authorization check ([#4817](https://github.com/OmniSharp/omnisharp-vscode/issues/4817), PR: [#4821](https://github.com/OmniSharp/omnisharp-vscode/pull/4821)) |
| 16 | +* Fix typo in Readme.md (PR: [#4819](https://github.com/OmniSharp/omnisharp-vscode/pull/4819)) |
| 17 | + |
| 18 | +## 1.23.16 (Oct 12th, 2021) |
15 | 19 | * Show decompilation authorization once per install. ([#3982](https://github.com/OmniSharp/omnisharp-vscode/issues/3982), PR: [#4760](https://github.com/OmniSharp/omnisharp-vscode/pull/4760)) |
16 | 20 | * Launch with first Folder or Solution target found (PR: [#4780](https://github.com/OmniSharp/omnisharp-vscode/pull/4780)) |
17 | 21 | * Update Debugger Labels (PR: [#4798](https://github.com/OmniSharp/omnisharp-vscode/pull/4798)) |
|
27 | 31 | ## 1.23.15 (Aug 31st, 2021) |
28 | 32 | * Restore launch target for workspace root when no solution present ([#4691](https://github.com/OmniSharp/omnisharp-vscode/issues/4691), PR: [#4695](https://github.com/OmniSharp/omnisharp-vscode/pull/4695)) |
29 | 33 | * Don't create launch.json for no select process ([omnisharp-roslyn#4696](https://github.com/OmniSharp/omnisharp-roslyn/issues/4696), PR: [#4699](https://github.com/OmniSharp/omnisharp-vscode/pull/4699)) |
30 | | -* Support nserting outside code when texts are selected (PR: [#4715](https://github.com/OmniSharp/omnisharp-vscode/pull/4715)) |
| 34 | +* Support inserting outside code when texts are selected (PR: [#4715](https://github.com/OmniSharp/omnisharp-vscode/pull/4715)) |
31 | 35 | * Fix autoFix on save ([#4401](https://github.com/OmniSharp/omnisharp-roslyn/issues/4401), PR: [#4717](https://github.com/OmniSharp/omnisharp-vscode/pull/4717)) |
32 | 36 |
|
33 | 37 | * Update OmniSharp version to 1.37.15: |
|
0 commit comments