Skip to content

huazhikui/omnisharp-vscode

 
 

Repository files navigation

C# for Visual Studio Code (powered by OmniSharp)

Master Dev
Master Build Status Dev Build Status

Don't install this extension unless you want to try an early version.

This is a preview of C# support in Visual Studio code. It is designed to work well with the upcoming .NET Core 1.0. These new projects are based on project.json and the .NET CLI.

Debugging

This version supports basic debugging capabilities. See http://aka.ms/vscclrdebugger for details.

Development

To run and develop do the following:

  • 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")
  • Press F5 to debug

License

The Microsoft C# extension is subject to these license terms.
The source code to this extension is available on https://github.com/OmniSharp/omnisharp-vscode and licensed under the MIT license.

About

Official C# support for Visual Studio Code (powered by OmniSharp)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.9%
  • JavaScript 3.7%
  • C# 0.4%