Fix quick suggestions not shown in ${| template string

Fixes #37176
This commit is contained in:
Matt Bierner
2018-04-02 18:43:28 -07:00
parent fd182746cb
commit 5900899b83
4 changed files with 8 additions and 12 deletions

View File

@@ -61,8 +61,7 @@
},
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template.js": "other",
"entity.name.function.tagged-template.js.jsx": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
}
},
@@ -78,8 +77,7 @@
},
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template.js": "other",
"entity.name.function.tagged-template.js.jsx": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
}
},