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

'No commands matching' #117

Closed
ghost opened this issue Sep 16, 2017 · 2 comments
Closed

'No commands matching' #117

ghost opened this issue Sep 16, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 16, 2017

Summary

After installing the extension pack the command palette doesn't provide the options as described in the readme. Tried reinstalling as well as individually installing the extensions.

Steps To Reproduce:

  1. Install the extension pack
  2. Reload
  3. Open an empty folder
  4. Open command palette
  5. '>SFDX'

Expected result

SFDX options provided by the extension.

Actual result

No commands were found

Additional information

VS Code Version: Version 1.17.0-insider (1.17.0-insider)

SFDX CLI Version: 40.10.0

OS and version: macOS High Sierra 10.13 Beta (17A360a)

@vazexqi
Copy link
Contributor

vazexqi commented Sep 16, 2017

You need to open a folder with a sfdx-project.json in it at the top-level.

  1. Install the extension pack
  2. Reload
  3. Open an empty folder (if you open an empty folder, without any sfdx-project.json, then none of the SFDX commands show up)
  4. Open command palette
  5. '>SFDX'

See https://github.com/forcedotcom/salesforcedx-vscode/tree/develop/packages/salesforcedx-vscode#get-started-with-salesforce-development-tools-for-visual-studio-code for more information on the requirements.

The actual code that checks for this is at https://github.com/forcedotcom/salesforcedx-vscode/blob/develop/packages/salesforcedx-vscode-core/package.json#L115

Anything we can do to make this more clear?

CC: @ruthemmanuelle

@ghost
Copy link
Author

ghost commented Sep 16, 2017

I don't know how I could've overseen this. As I am reading it the description is clear enough.

This issue was closed.
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

No branches or pull requests

1 participant