Skip to content

Commit be50b56

Browse files
authored
Merge pull request #6091 from dotnet/dev/arkalyan/serverupdate-0809
Update server with uri, completion and notification fixes
2 parents 326e89c + a2db8c2 commit be50b56

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
1010

1111
## Latest
12+
* Bring VS Code telemetry reporting in DevKit to match log level requirements of VS (PR: [#69444](https://github.com/dotnet/roslyn/pull/69444))
13+
* Use new version of protocol to correctly serialize URIs (PR: [#69453](https://github.com/dotnet/roslyn/pull/69453))
14+
* Fix resolving import completion item in LSP (PR: [#69454](https://github.com/dotnet/roslyn/pull/69454))
15+
* Improve de-duping of project load failure toasts (PR: [#69455](https://github.com/dotnet/roslyn/pull/69455))
16+
17+
## 2.0.346
1218
* Change how hint diagnostics are shown so they aren't shown as blue squiggles (PR: [#69403](https://github.com/dotnet/roslyn/pull/69403))
1319
* Load projects even if there is no solution file (PR: [#6062](https://github.com/dotnet/vscode-csharp/pull/6062))
1420
* Show toast when project loading fails (PR: [#6060](https://github.com/dotnet/vscode-csharp/pull/6060))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
}
3737
},
3838
"defaults": {
39-
"roslyn": "4.8.0-1.23407.9",
39+
"roslyn": "4.8.0-1.23409.17",
4040
"omniSharp": "1.39.7",
4141
"razor": "7.0.0-preview.23405.1",
4242
"razorOmnisharp": "7.0.0-preview.23363.1"

0 commit comments

Comments
 (0)