mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Support quickSuggestions in JSDoc Types (#46001)
* Support quickSuggestions in JSDoc Types Fixes #43715 Requires vscode-textmate 3.3.1 before merging * Pick up new vscode textmate version
This commit is contained in:
@@ -42,7 +42,10 @@
|
||||
{
|
||||
"language": "typescript",
|
||||
"scopeName": "source.ts",
|
||||
"path": "./syntaxes/TypeScript.tmLanguage.json"
|
||||
"path": "./syntaxes/TypeScript.tmLanguage.json",
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other"
|
||||
}
|
||||
},
|
||||
{
|
||||
"language": "typescriptreact",
|
||||
@@ -53,6 +56,9 @@
|
||||
"meta.tag.without-attributes.tsx": "jsx-tags",
|
||||
"meta.tag.attributes.tsx": "typescriptreact",
|
||||
"meta.embedded.expression.tsx": "typescriptreact"
|
||||
},
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user