File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
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.3
22+
23+ * Use value of ` http.proxyStrictSSL ` even when ` http.proxy ` is not set. ([ #957 ] ( https://github.com/OmniSharp/omnisharp-vscode/issues/957 ) )
24+
2125### What's New in 1.5.2
2226
2327* Ensure diagnostics are cleared in files when they are no longer needed. ([ #858 ] ( https://github.com/OmniSharp/omnisharp-vscode/issues/858 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " csharp" ,
33 "publisher" : " ms-vscode" ,
4- "version" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
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