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