mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-05 05:16:02 -06:00
Fixes #17342 **Bug** I believe that 739d8ca77f6215a5a385587e6e6c7d66fdbe15c6 introduced a regression for package.json auto complete where we end up inserting the text `*` for the package.version **Fix** Insert `""` instead of star to match previous behavior better