mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 06:39:55 +01:00
76007c48fd
Fixes #17342
**Bug**
I believe that 739d8ca77f 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