Skip to content

Commit 4e987e7

Browse files
updated CONTRIBUTING document for installation instructions for vscode-containers (#331)
* updated CONTRIBUTING document for instalation instructions for vscode-containers * Update CONTRIBUTING.md to include code tags Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com> * Updated based removing unneeded extra examples --------- Co-authored-by: Brandon Waterloo [MSFT] <36966225+bwateratmsft@users.noreply.github.com>
1 parent 5f71f0c commit 4e987e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ To contribute bug fixes, features, or design changes:
1616
* To build, open the Command Palette (<kbd>F1</kbd> by default) and type in `Tasks: Run Build Task`.
1717
* Debug: press <kbd>F5</kbd> (by default) to start debugging.
1818

19+
## Package and connect vscode-docker-extensibilty to vscode-containers for testing
20+
* `npm run build`
21+
* `npm run package`
22+
From the directory that contains the repository for vscode-containers
23+
* for vscode-container-client `npm install /path/to/vscode-docker-extensibility/packages/vscode-container-client`
24+
25+
1926
## Legal
2027

2128
Before we can accept your pull request you will need to sign a **Contribution License Agreement**. All you need to do is to submit a pull request, then the PR will get appropriately labelled (e.g. `cla-required`, `cla-norequired`, `cla-signed`, `cla-already-signed`). If you already signed the agreement we will continue with reviewing the PR, otherwise system will tell you how you can sign the CLA. Once you sign the CLA all future PR's will be labeled as `cla-signed`.

0 commit comments

Comments
 (0)