Issue Type: Bug
Describe the bug
After typing the first argument to a function and a comma used to denote the start of another argument, a popup of the function's signature is displayed above the cursor. It's expected that the popup will close after pressing the escape key, or exiting insert mode in my case. However, VSCode proceeds to exit insert mode without closing the popup, forcing me to click my mouse.
My current workaround is to disable parameter hints altogether with "editor.parameterHints.enabled": false in settings.json.
To Reproduce
Steps to reproduce the behavior:
editor.parameterHints.enabled is set to trueExpected behavior
I expect my editor to both enter normal mode and close the popup after pressing escape.
I've disabled the vim plugin and verified that pressing escape in the specific case noted above will indeed close the popup.
Screenshots

Environment (please complete the following information):
Extension version: 1.7.0
VS Code version: Code 1.33.1 (51b0b28134d51361cf996d2f0a1c698247aeabd8, 2019-04-11T08:22:55.268Z)
OS version: Darwin x64 18.5.0
Shift+Escape is also bound to closeParameterHints and works with Vim enabled. For people looking for a workaround.
Most helpful comment
Shift+Escapeis also bound tocloseParameterHintsand works with Vim enabled. For people looking for a workaround.