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

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

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

View file

@ -46,7 +46,7 @@
"vscode-debugprotocol": "1.28.0",
"vscode-nsfw": "1.0.17",
"vscode-ripgrep": "^0.8.1",
"vscode-textmate": "^3.3.2",
"vscode-textmate": "^3.3.3",
"vscode-xterm": "3.3.0-beta8",
"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.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"