Skip to content

Commit 74f6eae

Browse files
authored
Update for 1.21.2 (#3244)
1 parent 4adc56c commit 74f6eae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2020
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
2121
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)
2222

23-
### What's new in 1.21.1
23+
### What's new in 1.21.2
2424

2525
* Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig.
2626
* 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.
@@ -29,7 +29,7 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2929
* Added support for *AdditionalFiles* in csproj files
3030
* Improved the MSBuild selection logic. The standalone instance inside OmniSharp is now preferred over VS2017, with VS2019 given the highest priority.
3131

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

3434
### Supported Operating Systems for Debugging
3535

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.21.1",
4+
"version": "1.21.2-beta1",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)