Skip to content

Commit 190f31d

Browse files
Merge pull request #2600 from gregg-miskelly/merge_release
Merge release->master
2 parents c9897d8 + 79e2978 commit 190f31d

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Loss of HTML completions following C# less than (`<`) operator
77
* Error squiggles misaligned for expressions near the start of a new line
88
* Leaving Razor files open for a significant period of time results in loss of Razor C# tooling on macOS
9+
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
10+
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
911

1012
## 1.17.0 (Not yet released)
1113

@@ -15,13 +17,12 @@
1517

1618
* Added a command - "CSharp: Start authoring a new issue on GitHub" to enable the users to file issues on github from within the extension with helpful config information from their system.(PR: [#2503](https://github.com/OmniSharp/omnisharp-vscode/pull/2503))
1719

18-
* Fixed a bug where OmniSharp flame was red inspite of OmniSharp loading the projects without any errors.(PR: [#2450](https://github.com/OmniSharp/omnisharp-vscode/pull/2540))
19-
20-
## Known Issues in 1.16.0
20+
## 1.16.2 (October 3, 2018)
21+
* 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))
22+
* 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))
23+
* Fixed launch.json `envFile` option on Windows. (PR: [#2560](https://github.com/OmniSharp/omnisharp-vscode/pull/2560))
24+
* Fixed a problem with tracking virtual documents from other providers. (PR: [#2562](https://github.com/OmniSharp/omnisharp-vscode/pull/2562))
2125

22-
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
23-
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
24-
2526
## 1.16.0 (September 10, 2018)
2627

2728
#### 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.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)