mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 12:40:19 -05:00
Mark import paths as other type instead of string
Ensures that quick suggestions work properly Fixes #46142
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user