diff --git a/README.md b/README.md index fbed486..3830167 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index b3d5e22..7fb62b1 100644 --- a/package.json +++ b/package.json @@ -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"