SamVerschueren / vscode-yo

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

Fix prompt callback promise #43

Closed aguerotSOVINTY closed 7 years ago

aguerotSOVINTY commented 7 years ago

Hi,

Here is a PR to fix Adapter#prompt doesn't return a promise
https://github.com/SamVerschueren/vscode-yo/issues/42

SamVerschueren commented 7 years ago

Could you look into the merge conflicts?

I think we should also support the use case where generators are using a version that still uses callbacks. So the callback code should be put back.