Skip to content

Commit 55ace55

Browse files
author
Mohith Shrivastava
committed
latest
1 parent e45883d commit 55ace55

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the "dx-code-companion" extension will be documented in t
55

66
Fully support changeset driven development (https://trailhead.salesforce.com/en/content/learn/modules/declarative-change-set-development/develop-and-test-changes-locally)
77

8+
This version requires you to upgrade mo-dx-plugin to 0.2.0 version.
9+
10+
Run `sfdx plugins:update` to update mo-dx-plugin to latest
11+
812
With this release,you can use DX Code Companion extension to retrieve source from the changeset created in your sandbox (Assumes you have authorized CLI to sandbox using "SFDX:Authorize and org").Use vscode to edit contents if needed and then deploy to target orgs all from VScode without need to upload the changesets and wait.
913

1014
1) To retrieve source from the changeset use the command pallete and select "CCDX:Retrieve Source From Changeset"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ To open command pallete and look for all CCDX Commands use below .
115115

116116
Fully support changeset driven development (https://trailhead.salesforce.com/en/content/learn/modules/declarative-change-set-development/develop-and-test-changes-locally)
117117

118+
This version requires you to upgrade mo-dx-plugin to 0.2.0 version.
119+
120+
Run `sfdx plugins:update` to update mo-dx-plugin to latest
121+
118122
With this release,you can use DX Code Companion extension to retrieve source from the changeset created in your sandbox (Assumes you have authorized CLI to sandbox using "SFDX:Authorize and org").Use vscode to edit contents if needed and then deploy to target orgs all from VScode without need to upload the changesets and wait.
119123

120124
1) To retrieve source from the changeset use the command pallete and select "CCDX:Retrieve Source From Changeset"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dx-code-companion",
33
"displayName": "SalesforceDX Code Companion",
44
"description": "An extension that works alongside the Salesforce Extensions for Vscode with faster apex,vf and aura components save performance",
5-
"version": "0.2.8",
5+
"version": "0.3.0",
66
"publisher": "MohithShrivastava",
77
"engines": {
88
"vscode": "^1.29.0"

0 commit comments

Comments
 (0)