Skip to content

Commit 5cfe59f

Browse files
committed
add keywords
1 parent 3748d18 commit 5cfe59f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This vscode extension works only once you have installed Salesforce CLI and a mo
2020

2121
1. Install SalesforceDX CLI from https://developer.salesforce.com/tools/sfdxcli based on your operating system.
2222
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`
23-
3. VScode version 1.36 and beyond
23+
3. VScode version 1.30 and beyond
2424
4. Salesforce official plugin provides great syntax and language support.Highly recommend to install (https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode)
2525
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.
2626
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

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"vscode": "^1.30.0"
99
},
1010
"icon": "images/logo.png",
11+
"keywords": [
12+
"sfdx",
13+
"salesforcedx",
14+
"salesforce",
15+
"Salesforce",
16+
"ligtning web components",
17+
"Apex",
18+
"Visualforce",
19+
"Aura Components"
20+
],
1121
"repository": {
1222
"type": "git",
1323
"url": "https://github.com/msrivastav13/DX-Code-Companion.git"

0 commit comments

Comments
 (0)