SamVerschueren / vscode-yo

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

Quit when user presses esc #4

Closed SamVerschueren closed 8 years ago

SamVerschueren commented 8 years ago

If the user presses the Esc, it is handled as an enter keypress at the moment. This is due to a bug in VSCode where you can't determine the difference between an empty input field + enter and an Esc keypress. They will fix it in the next build.