How to Debug and Run .NET CORE RC2 direct from within Visual Studio Code

Visual Studio Code has built-in debugging support for Node.js (JavaScript, TypeScript, and any other language that gets transpiled to JavaScript). For debugging other languages there are debuggers extensions available at VS Code Marketplace.

To set the VSCode to run C#, please check this article.

Take a look at the post: Creating a .NET Core application in just 5 minutes for more details about how to create an .NET Core application on Code.