Mark import paths as other type instead of string

Ensures that quick suggestions work properly

Fixes #46142
This commit is contained in:
Matt Bierner
2018-03-19 14:57:50 -07:00
parent e96cd3b858
commit 95a406bd2a
4 changed files with 12 additions and 8 deletions

View File

@@ -46,7 +46,8 @@
"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.tsx": "other",
"meta.import string.quoted": "other"
}
},
{
@@ -62,7 +63,8 @@
"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.tsx": "other",
"meta.import string.quoted": "other"
}
}
],