Skip to content

Commit d3353f4

Browse files
Tweaks to readme for 1.7
1 parent 043fb61 commit d3353f4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
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).

0 commit comments

Comments
 (0)