Skip to content

Commit b3fe85c

Browse files
authored
Merge pull request #5705 from dibarbet/dev/dibarbet/omnisharp_update
Readme updates
2 parents fd79ea3 + d33837e commit b3fe85c

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
* Renaming symbol fails within a file that had recently been renamed without saving changes.
1313
* As a workaround, make an edit within the file before using Rename Symbol.
1414

15+
## 1.25.9
16+
* Readme updates (PR: [#5705](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
17+
1518
## 1.25.8
1619
* Update Razor to 7.0.0-preview.23258.1 (PR: [#5672](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
1720
* Fix issue with Razor attribute hover and Go to Definition (PR: [#8653](https://github.com/dotnet/razor/pull/8653))

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## C# for Visual Studio Code (powered by OmniSharp)
1+
## C# for Visual Studio Code
2+
3+
C# is the feature-rich, language support for C# in VS Code. This extension is being updated to be powered by a new fully open-source Language Server Protocol (LSP) Host. To use the LSP-powered version, click on the “Switch to Pre-Release Version” or “Install Pre-Release” button or above. To use the OmniSharp-powered version, click “Install Release Version” or continuing using the 1.x version you already have installed.
24

35
Welcome to the C# extension for Visual Studio Code! This extension provides the following features inside VS Code:
46

@@ -31,6 +33,9 @@ If you still need Unity or .NET Framework support, you can set `omnisharp.useMod
3133

3234
See issue [#5120](https://github.com/OmniSharp/omnisharp-vscode/issues/5120) for more details.
3335

36+
## What's new in 1.25.9
37+
* Readme updates (PR: [#5705](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
38+
3439
## What's new in 1.25.8
3540
* Update Razor to 7.0.0-preview.23258.1 (PR: [#5672](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
3641
* Fix issue with Razor attribute hover and Go to Definition (PR: [#8653](https://github.com/dotnet/razor/pull/8653))

images/csharpIcon.png

6.51 KB
Loading

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-dotnettools",
4-
"version": "1.25.8",
5-
"description": "C# for Visual Studio Code (powered by OmniSharp).",
4+
"version": "1.25.9",
5+
"description": "Base language support for C#",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",
88
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",

0 commit comments

Comments
 (0)