Context Menu CommandsThis extension will let us run commonly used terminal commands from the explorer context menu. Features
RequirementsIf you need to set a default node version use this command:
If you get an error related to the node-sass package, run this command:
And for now... be on the right team at the right company :) How to UseRight click on a folder in the vscode explorer and you will get a list of allowed actions at the bottom of your context menu. Available Actions1. Gulp Watch ThisPrerequisitesCurrently this option is available on all folders. Will run a check to make sure you are in a "preamp" parent directory. ActionRuns the gulp watch terminal command on the selected folder path.
2. Deploy to StagingPrerequisitesAvailable on the "control", "test", "test2" experience folders nested under v2 -> siteConfig -> frontier -> experience. ActionRuns the npm script in the terminal to deploy cart to staging.
3. Deploy to ProductionPrerequisitesAvailable on the "control", "test", "test2" experience folders nested under v2 -> siteConfig -> frontier -> experience. ActionRuns the npm script in the terminal to deploy cart to staging.
4. Run Node: DevelopmentPrerequisitesAdd "checkout.node" to your workspace with cart! Available on the checkout.node folder. ActionRuns the npm script in the terminal to start the node development server.
5. Run Node: ProductionPrerequisitesAdd checkout.node to your workspace with cart! Available on the checkout.node folder. ActionRuns the npm script in the terminal to start the node production server.
Known Issues
Future Plans
Release Notes1.2.0Added
1.1.2Changed
1.1.1Added
Changed
1.1.0Added
1.0.2Changes
1.0.0Initial release! |