Removed constant.language.undefined.ts scope (#982)

Co-authored-by: Armando Aguirre <araguir@microsoft.com>
This commit is contained in:
Armando Aguirre 2023-05-16 12:06:33 -07:00 коммит произвёл GitHub
Родитель d68b624fe2
Коммит 65e755f1ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -51,7 +51,7 @@ settings:
- scope: entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal
settings: { vsclassificationtype: method name }
- scope: constant.language.undefined.ts, variable.language.arguments.ts, support.type.object
- scope: variable.language.arguments.ts, support.type.object
settings: { vsclassificationtype: identifier }
- scope: entity.name.tag.inline, entity.name.tag.directive

Просмотреть файл

@ -172,7 +172,7 @@
</dict>
<dict>
<key>scope</key>
<string>constant.language.undefined.ts, variable.language.arguments.ts, support.type.object</string>
<string>variable.language.arguments.ts, support.type.object</string>
<key>settings</key>
<dict>
<key>vsclassificationtype</key>

Просмотреть файл

@ -172,7 +172,7 @@
</dict>
<dict>
<key>scope</key>
<string>constant.language.undefined.tsx, variable.language.arguments.tsx, support.type.object</string>
<string>variable.language.arguments.tsx, support.type.object</string>
<key>settings</key>
<dict>
<key>vsclassificationtype</key>