VSCode extension for acquiring .NET Core Tooling
Перейти к файлу
Noah Gilson 6bdfdb788e Add preview flag to enable public command 2024-02-05 12:36:51 -08:00
.devcontainer
.github/ISSUE_TEMPLATE
.vscode
Documentation
images
sample
vscode-dotnet-runtime-extension
vscode-dotnet-runtime-library
vscode-dotnet-sdk-extension
.gitattributes
.gitignore
.npmrc
.vscodeignore
CODE-OF-CONDUCT.md
CODE_OWNERS.txt
CONTRIBUTING.md
LICENSE.txt
README.md
SUPPORT.md
THIRD-PARTY-NOTICES.txt
azure-pipelines.yml
build.cmd
build.ps1
build.sh
dependency-verifier.py
mock-webpack.ps1
mock-webpack.sh
package-lock.json
package.json
test.cmd
test.ps1
test.sh
tslint.json
vscode-dotnet-runtime.code-workspace
yarn.lock

README.md

.NET Runtime and SDK Installation Tools

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.

Contributing to Repository

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.

Building

Requirements

  • Node.js + npm
  • VSCode

Running the sample

  1. Run the build script at the root of the repo (build.sh or build.cmd).
  2. Open the repo's workspace in VSCode
  3. Run the Run Sample Extension configuration in VSCode
  4. In the launched experimental instance open the command pallete and run the Sample: Run a dynamically acquired .NET Core Hello World App.

.NET Foundation

.NET Core for VSCode is a .NET Foundation project.

See the .NET home repo to find other .NET-related projects.

License

.NET Core (including this repo) is licensed under the MIT license.