mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
Fixes #18262: interpret languages with empty aliases array as languages that don't want to show up in the picker
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
},
|
||||
{
|
||||
"id": "jsx-tags",
|
||||
"aliases": [],
|
||||
"configuration": "./tags-language-configuration.json"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user