This repo contains two VS Code extensions, vscode-dotnet-runtime and vscode-dotnet-sdk. The vscode-dotnet-runtime can be used to install the .NET runtime and is meant to be leveraged by other extensions which depend on the runtime. The vscode-dotnet-sdk is a special install for internal features and not designed to be used by other extensions because it will conflict with existing SDK installations on the users machine.
Looking for something to work on? The list of up-for-grabs issues is a great place to start.
Please read the following documents to get started.
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
- Node.js + npm
- VSCode
- Run the build script at the root of the repo (
build.sh
orbuild.cmd
). - Open the repo's workspace in VSCode
- Run the
Run Sample Extension
configuration in VSCode - In the launched experimental instance open the command pallete and run the
Sample: Run a dynamically acquired .NET Core Hello World App
.
.NET Core for VSCode is a .NET Foundation project.
See the .NET home repo to find other .NET-related projects.
.NET Core (including this repo) is licensed under the MIT license.