Skip to content

Commit 73e16a7

Browse files
author
Ravi Chande
authored
Merge pull request #2037 from rchande/version-1.14.0
Updates for 1.14.0
2 parents 51d0d66 + 17240b6 commit 73e16a7

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Known Issues in 1.13.0
1+
## Known Issues in 1.14.0
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.
55

6-
## 1.14.0 _(Not Yet Released)_
6+
## 1.14.0 (February 14, 2017)
77

88
#### C# Language Support
99

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,17 @@ 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-VSCode-Csharp-NET-Core-Windows)
2020

21-
### What's New in 1.13.0
22-
23-
* Support for Cake files. (https://cakebuild.net/)
24-
* The language service now runs on Mono >= 5.2.0 when it is globally installed on macOS or Linux, resulting faster project load times.
25-
* If debugging is started when a launch.json is not present, picking ".NET Core" generates a launch.json dynamically that can correctly launch a .NET Core app without any additional changes.
26-
* Better reliability loading projects when Visual Studio 2017 (Windows) or Mono >= 5.2.0 (macOS/Linux) is installed.
27-
* Fixed issues with non-C# projects (such as F#) being treated as C# projects.
28-
* Addressed bugs when renaming files.
29-
* New options for controlling the display of the references and test CodeLens:
30-
* `csharp.referencesCodeLens.enabled`
31-
* `csharp.testsCodeLens.enabled`
32-
* Fixed problems with running/debugging xUnit 2.3.0 or NUnit tests.
21+
### What's New in 1.14.0
22+
23+
* Support for C# 7.2
24+
* Debugger support for extracting source files embedded in PDBs
25+
* Preliminary support for Linux ARM debugging
26+
* Improved Symbol/Documentation text display
27+
* Addressed problems with projects not being refreshed by OmniSharp after a package restore
28+
* Added option to disable warning about project.json deprecation
3329
* Many other bug fixes!
3430

35-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.13.0/CHANGELOG.md) for all of the updates.
31+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.14.0/CHANGELOG.md) for all of the updates.
3632

3733
### Supported Operating Systems for Debugging
3834

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csharp",
33
"publisher": "ms-vscode",
4-
"version": "1.14.0-beta4",
4+
"version": "1.14.0",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)