forcedotcom / analyticsdx-vscode

Salesforce Analytics Extensions for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

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

Closed smithgp closed 4 months ago

smithgp commented 5 months ago

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