2016-02-18 18:01:23 +03:00
## C# for Visual Studio Code (powered by OmniSharp)
2015-12-03 13:25:00 +03:00
2016-03-04 04:07:09 +03:00
Don't install this extension unless you want to try an early version.
2015-12-07 11:37:18 +03:00
2016-03-08 21:49:12 +03:00
This is a preview of C# support in Visual Studio code. It is designed to work well with the upcoming [.NET Core 1.0 ](http://dotnet.github.io/ ).
2016-03-04 04:07:09 +03:00
These new projects are based on project.json and the [.NET CLI ](https://dotnet.github.io/getting-started/ ).
### Debugging
This version supports basic debugging capabilities.
See http://aka.ms/vscclrdebugger for details.
2015-12-07 11:37:18 +03:00
2016-03-04 04:07:09 +03:00
### Development
2015-12-03 13:25:00 +03:00
To **run and develop** do the following:
2016-02-18 18:01:23 +03:00
* Run `npm i`
* Open in Visual Studio Code (`code .`)
* *Optional:* run `tsc -w` , make code changes (on Windows, try `start node ".\node_modules\typescript\bin\tsc -w"` )
2016-03-03 02:57:31 +03:00
* Press F5 to debug
2016-03-04 04:07:09 +03:00
2016-03-03 02:57:31 +03:00
## License
The Microsoft C# extension is subject to [these license terms ](RuntimeLicenses/license.txt ).
The source code to this extension is available on [https://github.com/OmniSharp/omnisharp-vscode ](https://github.com/OmniSharp/omnisharp-vscode ) and licensed under the [MIT license ](LICENSE.txt ).