Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.17 KB

File metadata and controls

38 lines (26 loc) · 1.17 KB

Developer Setup

Extension Development

Downloading Extension

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

Testing Extension

To develop this extension in VS Code:

  1. Open File extension.code-workspace in VS Code
  2. Run npm install in VS Code Terminal
  3. 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.

Multilingual Support

Want this extension in another language? Translations for VS Code Supported Locales can easily be added:

To make a Translation:

  1. Open package.nls.json
  2. Save as a new file with language code, e.g. Spanish would be package.nls.es.json
  3. Update JSON Values with your custom language
  4. Double check everything works
  5. Submit a Pull Request with a new translation file