-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: migrate org browser cmds from sfdx to sf #5379
Conversation
@W-14720794@
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some pending changes and then I'll do the QE 🙂
packages/salesforcedx-vscode-core/src/commands/describeMetadata.ts
Outdated
Show resolved
Hide resolved
...ages/salesforcedx-vscode-core/test/vscode-integration/commands/forceDescribeMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceListMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceListMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceListMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/forceListMetadata.test.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/salesforcedx-vscode-core/src/commands/describeMetadata.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/src/statuses/extensionPackStatus.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/describeMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/listMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/listMetadata.test.ts
Outdated
Show resolved
Hide resolved
packages/salesforcedx-vscode-core/test/vscode-integration/commands/listMetadata.test.ts
Outdated
Show resolved
Hide resolved
This reverts commit 06b6f71.
…into phale/W-14720794-org-browser-to-sf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks Pete 🙂
Org Browser continues working as before :)
- Retrieve ✅
- Refresh ✅
@W-14720794@
Migrates the org browser feature to use sf styled commands to accomplish the needs of org browser.
There no no changes to the functionality.
In addition to changing the underlying sfdx commands that are called these changes were made