Category DevOps

The Ultimate Guide to Git-Based Development

Did you know that, according to developers, Git has made collaboration roughly 85% easier? Git enables teams to collaborate on…

Code Builder | VS Code for Salesforce

Code Builder is a cutting-edge, web-based development environment designed specifically for Salesforce. It is powered by AWS and allows you to launch a full-featured IDE in your browser from your Salesforce org with the click of a button. There is nothing to install or configure on your device, so you won't have to spend hours installing developer tools!

VS CODE – Enable Push-Or-Deploy Code on Save

Arun explains how to enable 'deploy on save' in Visual Studio Code for Salesforce orgs. In preferences, open user settings, then expand extensions and click on "Salesforce Feature" to edit settings.json. Add "salesforcedx-vscode-core.push-or-deploy-on-save.enabled": true, save it and restart VS Code for automatic deployment on saving code.