jsnee / vscode-dmbinder

Visual Studio Code extension for managing campaign documents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Not Found

ahvdesign opened this issue · comments

Hello,

On a fresh installation of the extension, attempting to do anything results in a 'command 'dmbinder.xxxxx.xxxxxx' not found' message. For example:

  • command 'dmbinder.source.addFile' not found
  • command 'dmbinder.source.addFolder' not found
  • command 'dmbinder.campaign.refresh' not found
  • command 'dmbinder.component.addFile' not found

I have attempted this on multiple computers. Also tried to manually create a campaign.json file using the example in the wiki and created the folder structure for it. I can't seem to get any commands to work. Is there something I could be missing?

The problem, most likely is that the commands won't work until the extension is loaded. To avoid unnecessary load on your system when you're not working on campaign documents, I made it so that the extension really only loads when the config file is in the correct place (there are a few other times, but this is the main one). To get your config file setup correctly, try running this command:
image
Let me know if that works for you!

That did it! Thank you for the quick response.

No problem! I should update the documentation to make that more clear.