-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f668bd
commit aa41e89
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# SalesforceDX_CCI_DEV | ||
SalesforceDX with CumulusCI Dockerfile for use with Remote Development | ||
Docker Image File with SalesforceDX and CumulusCI. For use with Remote Development | ||
|
||
## Requirements | ||
VSCode with SalesforceDX Pack and Remote Development Pack | ||
|
||
https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-expanded | ||
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack | ||
|
||
## Install | ||
1. Add a .devcontainer folder to the root of your SalesforceDX or CumulusCI Project. Then download and add the files in this repo to that folder. | ||
2. From Command Pallette in VSCode, launch "Remote-Containers: Reopen in Container" | ||
3. Done | ||
|
||
The first time you run this it will build the image, so can take a few minutes to complete. |