vscode/extensions/javascript
Matt Bierner 76007c48fd Fix package.json Auto complete
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
2016-12-16 14:03:09 -08:00
..
.vscode
schemas Update JSON Schema for JS and TS #8221 2016-07-22 11:04:01 +02:00
snippets Fix our snippets to be text mate compatible 2016-11-11 17:13:36 +01:00
src Fix package.json Auto complete 2016-12-16 14:03:09 -08:00
syntaxes [typescript] update grammar 2016-12-12 10:52:57 +01:00
test [typescript] update grammar 2016-11-08 21:47:40 +01:00
language-configuration.json Fixes #15696: Do not auto-close ' in comments 2016-11-30 15:51:02 +01:00
npm-shrinkwrap.json
OSSREADME.json [javascript] update grammar, grammar as JSON 2016-08-02 17:27:04 +02:00
package.json [javascript] update grammar, grammar as JSON 2016-08-02 17:27:04 +02:00
tsconfig.json