To get started developing this extension, you will first need to download the source code:
git clone git@github.com:sfccdevops/explorer-exclude-vscode-extension.git
cd explorer-exclude-vscode-extension
npm installTo develop this extension in VS Code:
- Open File
extension.code-workspacein VS Code - Run
npm installin VS Code Terminal - Press
F5to 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.
Spanishwould bepackage.nls.es.json - Update JSON Values with your custom language
- Double check everything works
- Submit a Pull Request with a new translation file