-
Notifications
You must be signed in to change notification settings - Fork 407
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
Don't see all available commands #672
Comments
@domonique-ncino thanks for reporting this, did you get any error on the Output panel for vscode ? Did you try searching for It would be helpful if you could attach an image of what you get on the command palette. |
@domonique-ncino - Push works with a scratch org. Have you authenticated against a scratch org yet? You can check by doing SFDX: Open Default Org. If there is nothing associated then that means that the commands won't show up. The technical reasons for this is that the push commands are gated on having an org associated. See https://github.com/forcedotcom/salesforcedx-vscode/blob/develop/packages/salesforcedx-vscode-core/package.json#L204. In particular, the |
Works now. Thanks guys for all your help! |
Summary
I'm trying to use the extension and push my code up to my scratch org but I don't see the command in the commandPalette
Steps To Reproduce:
Expected result
Show come up with the push command
Actual result
No results
Additional information
VS Code Version:
1.28.0
SFDX CLI Version:
43.19.0
OS and version:
High Sierra 10.13.6
The text was updated successfully, but these errors were encountered: