Skip to content

Commit 90c1216

Browse files
Merge pull request #1205 from DustinCampbell/update-for-1.7.0
Update for 1.7.0
2 parents daab8ed + d3353f4 commit 90c1216

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ 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-with-VS-Code-using-CSharp-and-NET-Core)
2020

21-
### What's New in 1.6.0
21+
### What's New in 1.7.0
2222

23-
* Better support for .NET Core .csproj projects, including .NET Core projects created with [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/).
24-
* Improved debugger performance and support for debugging on more Linux distros.
25-
* Roslyn scripting support with CSX files.
23+
* A brand new TextMate grammar written from scratch that provides much more robust C# syntax highlighting
24+
* Better support for .NET Core .csproj projects, including .NET Core projects created with the latest [Visual Studio 2017 RC](https://www.visualstudio.com/vs/visual-studio-2017-rc/).
25+
* Support for restoring NuGet packages in .NET Core .csproj projects.
26+
* Improved code action support, including fixes like "Move Type to File" and "Generate Type".
2627
* Lot's more!
2728

28-
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/master/CHANGELOG.md) for all of the updates.
29+
See our [change log](https://github.com/OmniSharp/omnisharp-vscode/blob/v1.7.0/CHANGELOG.md) for all of the updates.
2930

3031
### Supported Operating Systems for Debugging
3132

@@ -62,7 +63,7 @@ To **run and develop** do the following:
6263
* *Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
6364
* Press <kbd>F5</kbd> to debug
6465

65-
To **test** do the following: `npm run test`
66+
To **test** do the following: `npm run test` or <kbd>F5</kbd> in VS Code with the "Launch Tests" debug configuration.
6667

6768
### License
6869
The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).

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.7.0-beta5",
4+
"version": "1.7.0",
55
"description": "C# for Visual Studio Code (powered by OmniSharp).",
66
"displayName": "C#",
77
"author": "Microsoft Corporation",

0 commit comments

Comments
 (0)