Skip to content
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

Update command expressions for switch to sf from salesforcedx-vscode-core #174

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

smithgp
Copy link
Contributor

@smithgp smithgp commented Apr 20, 2024

What does this PR do?

Switch the when clauses on our commands from sfdx:project_opened to sf:project_opened, to account for the change in forcedotcom/salesforcedx-vscode#5466.
Unfortunately, there doesn't seem to be a way to write a vscode-integration test for this -- the vscode api doesn't seem to expose access to the when clauses, the command palette list, or the current contexts.

What issues does this PR fix or reference?

Fixes #173

from salesforcedx-vscode-core.
@smithgp smithgp self-assigned this Apr 20, 2024
@smithgp smithgp requested a review from a team as a code owner April 20, 2024 00:47
@smithgp smithgp merged commit e1cae1c into develop Apr 21, 2024
7 checks passed
@smithgp smithgp deleted the gps/no-actions branch April 21, 2024 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The commands in the extension package stopped showing up in the command palette.
2 participants