Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
add keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
msrivastav13 committed Sep 13, 2020
1 parent 3748d18 commit 5cfe59f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This vscode extension works only once you have installed Salesforce CLI and a mo

1. Install SalesforceDX CLI from https://developer.salesforce.com/tools/sfdxcli based on your operating system.
2. Install mo-dx-plugin using the command `sfdx plugins:install mo-dx-plugin`.Note if you have already then make sure to update to latest always using `sfdx plugins:update`
3. VScode version 1.36 and beyond
3. VScode version 1.30 and beyond
4. Salesforce official plugin provides great syntax and language support.Highly recommend to install (https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode)
5. You have project workspace set up and have sfdx-project.json file in the root folder and you have ran sfdx force:auth:web:login for project folder and authorized your org with Salesforce CLI.
6. Extension activation is shown in footer with a rocket symbol. Once extension is active authorize the project if you havent and enjoy faster deploys
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"vscode": "^1.30.0"
},
"icon": "images/logo.png",
"keywords": [
"sfdx",
"salesforcedx",
"salesforce",
"Salesforce",
"ligtning web components",
"Apex",
"Visualforce",
"Aura Components"
],
"repository": {
"type": "git",
"url": "https://github.com/msrivastav13/DX-Code-Companion.git"
Expand Down

0 comments on commit 5cfe59f

Please sign in to comment.