提交 5900899b 编写于 作者: M Matt Bierner

Fix quick suggestions not shown in `${|` template string

Fixes #37176
上级 fd182746
......@@ -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"
}
},
......
......@@ -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"
}
}
......
......@@ -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.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-3.3.2.tgz#43d7722d24ed168d195a1e3c582c6914917a37ab"
vscode-textmate@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-3.3.3.tgz#8d737f2965046503a4088d47c2793aebe246d355"
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.
先完成此消息的编辑!
想要评论请 注册