File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,14 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo
1414The C# extension is powered by [ OmniSharp] ( https://github.com/OmniSharp/omnisharp-roslyn ) .
1515
1616
17- ### Get Started Writing C&# 35 ; 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments