Skip to content

Instantly share code, notes, and snippets.

@xixiaofinland
Created April 9, 2019 07:29
Show Gist options
  • Save xixiaofinland/ea8c4b85cb79f19c9bf3bc59d86f0f9c to your computer and use it in GitHub Desktop.
Save xixiaofinland/ea8c4b85cb79f19c9bf3bc59d86f0f9c to your computer and use it in GitHub Desktop.
save current file in vsc for salesforce development
{
"version": "2.0.0",
"tasks": [
{
"label": "ssave",
"type": "shell",
"command": "sfdx force:source:deploy -p ${file}",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment