You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,19 @@
10
10
* Renaming symbol fails within a file that had recently been renamed without saving changes.
11
11
* As a workaround, make an edit within the file before using Rename Symbol.
12
12
13
-
## 1.23.5 (Not yet released)
13
+
## 1.23.6 (Not yet released)
14
+
* Do not call updateBuffer if there are no changes. (PR: [#4170](https://github.com/OmniSharp/omnisharp-vscode/pull/4170))
15
+
* Only skip file changed events when document is open. (PR: [#4178](https://github.com/OmniSharp/omnisharp-vscode/pull/4178))
16
+
17
+
## 1.23.5 (November 3, 2020)
14
18
* Set meaning of UseGlobalMono "auto" to "never" since Mono 6.12.0 still ships with MSBuild 16.7 (PR: [#4130](https://github.com/OmniSharp/omnisharp-vscode/pull/4130))
15
19
* Ensure that the rename identifier and run code action providers do not apply changes twice (PR: [#4133](https://github.com/OmniSharp/omnisharp-vscode/pull/4133))
16
20
* Do not send file changed events for .cs files (PR: [#4141](https://github.com/OmniSharp/omnisharp-vscode/pull/4141), [#4143](https://github.com/OmniSharp/omnisharp-vscode/pull/4143))
17
21
* Update Razor to 6.0.0-alpha.1.20529.17:
18
22
* Improvements to HTML colorization for non-C# portions of the document.
19
23
* Bug fix - the `razor.format.enable` option is honored again
20
24
21
-
## 1.23.4 (October, 19, 2020)
25
+
## 1.23.4 (October 19, 2020)
22
26
* Use incremental changes to update language server (PR: [#4088](https://github.com/OmniSharp/omnisharp-vscode/pull/4088))
23
27
* Set meaning of UseGlobalMono "auto" to "always" now that Mono 6.12.0 ships with MSBuild 16.8 (PR: [#4115](https://github.com/OmniSharp/omnisharp-vscode/pull/4115))
0 commit comments