Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)

### What's new in 1.21.1
### What's new in 1.21.2

* Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig.
* Modified the auto generated tasks in tasks.json to generate full paths and disable summary to fix the problem of no source links in the problems panel.
Expand All @@ -29,7 +29,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
* Added support for *AdditionalFiles* in csproj files
* Improved the MSBuild selection logic. The standalone instance inside OmniSharp is now preferred over VS2017, with VS2019 given the highest priority.

See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.1/CHANGELOG.md) for more detail.
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.21.2/CHANGELOG.md) for more detail.

### Supported Operating Systems for Debugging

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "csharp",
"publisher": "ms-vscode",
"version": "1.21.1",
"version": "1.21.2-beta1",
"description": "C# for Visual Studio Code (powered by OmniSharp).",
"displayName": "C#",
"author": "Microsoft Corporation",
Expand Down