Skip to content

Commit a440d8a

Browse files
Merge pull request #933 from DustinCampbell/update-to-1.5.1
Update to 1.5.1
2 parents 6cbef87 + c5ddbfa commit a440d8a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo
1414
The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn).
1515

1616

17-
### Get Started Writing C# in VS Code
17+
### Get Started Writing C# in VS Code
1818
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
1919
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core)
2020

21+
### What's New in 1.5.1
22+
23+
* Fix to properly support `http.proxy` and `http.proxyStrictSSL` settings. ([#930](https://github.com/OmniSharp/omnisharp-vscode/issues/930))
24+
2125
### What's New in 1.5
2226

2327
#### Initial support for C# 7

package.json

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

0 commit comments

Comments
 (0)