To get started developing this extension, you will first need to download the source code:
git clone [email protected]:sfccdevops/sfcc-cartridge-overrides-vscode-extension.git
cd sfcc-cartridge-overrides-vscode-extension
npm install
To develop this extension in VS Code:
- Open File
extension.code-workspace
in VS Code - Run
npm install
in VS Code Terminal - Press
F5
to launch extension in a new VS Code window
NOTE: The first time you press F5
it may launch in an empty workspace. You will likely need to open an SFCC project into this new VS Code window in order to test the extension.
Want this extension in another language? Translations for VS Code Supported Locales can easily be added:
To make a Translation:
- Open
package.nls.json
- Save as a new file with language code, e.g.
Spanish
would bepackage.nls.es.json
- Update JSON Values with your custom language
- Double check everything works
- Submit a Pull Request with a new translation file