You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Video Tutorial compiling with .NET Core](https://channel9.msdn.com/Blogs/dotnet/Get-started-with-VS-Code-using-CSharp-and-NET-Core)
20
20
21
-
### What's New in 1.6.0
21
+
### What's New in 1.7.0
22
22
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".
26
27
* Lot's more!
27
28
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.
29
30
30
31
### Supported Operating Systems for Debugging
31
32
@@ -62,7 +63,7 @@ To **run and develop** do the following:
62
63
**Optional:* run `tsc -w`, make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"`)
63
64
* Press <kbd>F5</kbd> to debug
64
65
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.
66
67
67
68
### License
68
69
The Microsoft C# extension is subject to [these license terms](RuntimeLicenses/license.txt).
0 commit comments