-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from sfccdevops/fix/3-windows-support
Fix Windows Isssues
- Loading branch information
Showing
13 changed files
with
571 additions
and
392 deletions.
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 |
---|---|---|
|
@@ -4,6 +4,18 @@ Developer Setup | |
Extension Development | ||
--- | ||
|
||
### Downloading Extension | ||
|
||
> To get started developing this extension, you will first need to download the source code: | ||
```bash | ||
git clone [email protected]:sfccdevops/sfcc-cartridge-overrides-vscode-extension.git | ||
cd sfcc-cartridge-overrides-vscode-extension | ||
npm install | ||
``` | ||
|
||
### Testing Extension | ||
|
||
> To develop this extension in VS Code: | ||
1. Open File `extension.code-workspace` in VS Code | ||
|
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
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
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
Oops, something went wrong.