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

@ -62,7 +62,8 @@
"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.js.jsx": "other",
"meta.import string.quoted": "other"
}
},
{
@ -78,7 +79,8 @@
"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.js.jsx": "other",
"meta.import string.quoted": "other"
}
},
{

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"
}
}
],

View file

@ -46,7 +46,7 @@
"vscode-debugprotocol": "1.27.0",
"vscode-nsfw": "1.0.17",
"vscode-ripgrep": "^0.8.1",
"vscode-textmate": "^3.3.1",
"vscode-textmate": "^3.3.2",
"vscode-xterm": "3.3.0-beta7",
"yauzl": "2.8.0"
},

View file

@ -5920,9 +5920,9 @@ vscode-ripgrep@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-0.8.1.tgz#861d2ac97a3764e9f40f305620423efc50632ad1"
vscode-textmate@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-3.3.1.tgz#f5b80bca795795e333660c648edba3a715b1e405"
vscode-textmate@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-3.3.2.tgz#43d7722d24ed168d195a1e3c582c6914917a37ab"
dependencies:
fast-plist "^0.1.2"
oniguruma "^6.0.1"