Is the Visual Studio Code Extension Generator broken?
Asked Answered
M

1

7

I'm following the instructions to build a "hello world" extension for Visual Studio as outlined here. I've got the Yeoman generator installed, but it seems buggy. For one thing, unless I immediately select one of the initial options when generating a new extension, I'm unable to select an option. Further, if I do immediately select an option (i.e. before enter stops working), I'm prompted to give a name to the extension. However, no matter how furiously I pound on my keyboard, no characters shows seem to be registered by the generator application.

Has anyone else experienced these issues with the generator? I'd really like to start experimenting with VS Code extensions, but if the generator doesn't work I'm not sure where to start.

Mess answered 10/6, 2017 at 5:31 Comment(2)
I also suffered from these issues but I couldn't figure out why. on my friend's computer, the yeoman ran ok so I just asked him to send me the generated folder.Vaientina
I also had these problems on Windows. I found that it worked properly if I used Git Bash or Powershell instead of cmd.exe to run yeomanIntenerate
B
0

This is an issue with yo in node 7.1.0. You have to upgrade or downgrade node.js.

Beatrice answered 21/7, 2017 at 21:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.