Skip to content

Commit

Permalink
Merge pull request #5705 from dibarbet/dev/dibarbet/omnisharp_update
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
dibarbet committed Jun 6, 2023
2 parents fd79ea3 + d33837e commit b3fe85c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,9 @@
* Renaming symbol fails within a file that had recently been renamed without saving changes.
* As a workaround, make an edit within the file before using Rename Symbol.

## 1.25.9
* Readme updates (PR: [#5705](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))

## 1.25.8
* Update Razor to 7.0.0-preview.23258.1 (PR: [#5672](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
* Fix issue with Razor attribute hover and Go to Definition (PR: [#8653](https://github.com/dotnet/razor/pull/8653))
Expand Down
7 changes: 6 additions & 1 deletion README.md
@@ -1,4 +1,6 @@
## C# for Visual Studio Code (powered by OmniSharp)
## C# for Visual Studio Code

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.

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

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

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

## What's new in 1.25.9
* Readme updates (PR: [#5705](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))

## What's new in 1.25.8
* Update Razor to 7.0.0-preview.23258.1 (PR: [#5672](https://github.com/OmniSharp/omnisharp-vscode/pull/5672))
* Fix issue with Razor attribute hover and Go to Definition (PR: [#8653](https://github.com/dotnet/razor/pull/8653))
Expand Down
Binary file modified images/csharpIcon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "csharp",
"publisher": "ms-dotnettools",
"version": "1.25.8",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"version": "1.25.9",
"description": "Base language support for C#",
"displayName": "C#",
"author": "Microsoft Corporation",
"license": "SEE LICENSE IN RuntimeLicenses/license.txt",
Expand Down

0 comments on commit b3fe85c

Please sign in to comment.