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

@@ -45,8 +45,7 @@
"path": "./syntaxes/TypeScript.tmLanguage.json",
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template.ts": "other",
"entity.name.function.tagged-template.tsx": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
}
},
@@ -62,8 +61,7 @@
},
"tokenTypes": {
"entity.name.type.instance.jsdoc": "other",
"entity.name.function.tagged-template.ts": "other",
"entity.name.function.tagged-template.tsx": "other",
"entity.name.function.tagged-template": "other",
"meta.import string.quoted": "other"
}
}