提交 95a406bd 编写于 作者: M Matt Bierner

Mark import paths as `other` type instead of string

Ensures that quick suggestions work properly

Fixes #46142
上级 e96cd3b8
......@@ -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"
}
},
{
......
......@@ -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"
}
}
],
......
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册