File tree 2 files changed +6
-2
lines changed
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
14
14
The C# extension is powered by [ OmniSharp] ( https://github.com/OmniSharp/omnisharp-roslyn ) .
15
15
16
16
17
- ### Get Started Writing C&# 35 ; in VS Code
17
+ ### Get Started Writing C# in VS Code
18
18
* [ Documentation] ( https://code.visualstudio.com/docs/languages/csharp )
19
19
* [ Video Tutorial compiling with .NET Core] ( https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core )
20
20
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
+
21
25
### What's New in 1.5
22
26
23
27
#### Initial support for C# 7
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " csharp" ,
3
3
"publisher" : " ms-vscode" ,
4
- "version" : " 1.5.0 " ,
4
+ "version" : " 1.5.1 " ,
5
5
"description" : " C# for Visual Studio Code (powered by OmniSharp)." ,
6
6
"displayName" : " C#" ,
7
7
"author" : " Microsoft Corporation" ,
You can’t perform that action at this time.
0 commit comments