Update to 1.5.1
This commit is contained in:
Родитель
5f817ffa9b
Коммит
c5ddbfa5cb
|
@ -14,10 +14,14 @@ Welcome to the C# extension for Visual Studio Code! This preview provides the fo
|
|||
The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnisharp-roslyn).
|
||||
|
||||
|
||||
### Get Started Writing C# in VS Code
|
||||
### Get Started Writing C# in VS Code
|
||||
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
|
||||
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core)
|
||||
|
||||
### What's New in 1.5.1
|
||||
|
||||
* Fix to properly support `http.proxy` and `http.proxyStrictSSL` settings. ([#930](https://github.com/OmniSharp/omnisharp-vscode/issues/930))
|
||||
|
||||
### What's New in 1.5
|
||||
|
||||
#### Initial support for C# 7
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "csharp",
|
||||
"publisher": "ms-vscode",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "C# for Visual Studio Code (powered by OmniSharp).",
|
||||
"displayName": "C#",
|
||||
"author": "Microsoft Corporation",
|
||||
|
|
Загрузка…
Ссылка в новой задаче