SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
87 stars 15 forks source link

List of generators empty #15

Closed schroding3rscat closed 8 years ago

schroding3rscat commented 8 years ago

After extension installation no generators displayed. ode I tried to reinstall extension, but nothing helps.

Visual Studio Code Version 0.10.1 Commit df352367df2efcfa9d602d471e4e2f42140a0f05 Date 2015-11-17T15:25:33.342Z Shell 0.34.1 Renderer 45.0.2454.85 Node 4.1.1

yo 0.4.0

SamVerschueren commented 8 years ago

It's windows probably? And you're sure you have generators installed? Will test it asap. Thanks for reporting.

schroding3rscat commented 8 years ago

No, I didn't install any generators manually. I thought that they will be downloaded like extensions. How do I install them?

SamVerschueren commented 8 years ago

Depends on what generator you want :).

For instance:

$ npm install -g generator-nm

Will install the nm generator. Let me know if it works.

SamVerschueren commented 8 years ago

Closing this issue, reopen if you still experience the issues.