Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 1.72 KB

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Prerequisites

When running from source (that is, debugging in the Extension Development Host), you must install dependencies first. There are two sets of dependencies: node module dependencies and extension dependencies.

  1. Install node modules: In the integrated terminal, run npm install.
  2. Install extension dependencies: In the VS Code Extensions tab, search for Kubernetes and install that extension.

(Note that end users do not need to do these steps. VS Code extension packaging and installation takes care of them. But running from source bypasses this process so we have to do them by hand.)

If you get the error Extension 'ms-kubernetes-tools.vscode-microk8s-tools' failed to activate (usually followed by command 'some-command-id' not found) then it probably means you're missing an extension dependency.