Skip to content

Commit dfc4217

Browse files
Merge pull request #2572 from gregg-miskelly/1.16.2
Merge changes for 1.16.2 to release
2 parents 99164af + c1de710 commit dfc4217

File tree

10 files changed

+2175
-2050
lines changed

10 files changed

+2175
-2050
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
44
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
5-
5+
6+
## 1.16.2 (October 3, 2018)
7+
* Update extension to handle upcoming breaking change to launch.json configurations in VS Code 1.28. (PR: [#2558](https://github.com/OmniSharp/omnisharp-vscode/pull/2558))
8+
* Fixed a bug where OmniSharp flame was red in spite of OmniSharp loading the projects without any errors. (PR: [#2450](https://github.com/OmniSharp/omnisharp-vscode/pull/2540))
9+
* Fixed launch.json `envFile` option on Windows. (PR: [#2560](https://github.com/OmniSharp/omnisharp-vscode/pull/2560))
10+
* Fixed a problem with tracking virtual documents from other providers. (PR: [#2562](https://github.com/OmniSharp/omnisharp-vscode/pull/2562))
11+
612
## 1.16.0 (September 10, 2018)
713

814
#### Project System

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ The C# extension is powered by [OmniSharp](https://github.com/OmniSharp/omnishar
2020
* [Documentation](https://code.visualstudio.com/docs/languages/csharp)
2121
* [Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-VSCode-Csharp-NET-Core-Windows)
2222

23+
### What's New in 1.16.2
24+
* Update extension to handle upcoming breaking change to launch.json configurations in VS Code 1.28.
25+
* Fixed launch.json `envFile` option on Windows
26+
* Fixed a bug where OmniSharp flame was red inspite of OmniSharp loading the projects without any errors.
27+
* Fixed a problem with tracking virtual documents from other providers
28+
2329
### What's New in 1.16.0
2430

2531
* Debugger support for launching with environment variables stored in a separate file from launch.json via a new `envFile` option.

0 commit comments

Comments
 (0)