kenhowardpdx / vscode-gist

vscode extension for quick gists
MIT License
177 stars 17 forks source link

Escaping still creates a gist #110

Open yeongzhiwei opened 5 years ago

yeongzhiwei commented 5 years ago

This is a

Description

Version 1.33.1 (1.33.1) on macOS Gist 3.0.3

Escape does not work after clicking on GIST: Create New Gist

If I click esc at the prompt where it asks for filename, it will proceed to the next prompt asking for description. Likewise if I click esc at the prompt where it asks for description, it will still proceed to the next prompt asking for Y/N.

In other word, pressing escape repeatedly after clicking GIST: Create New Gist creates a gist with default filename, no description and default Public?

kenhowardpdx commented 5 years ago

Thanks for the bug report.