提交 f871695b 编写于 作者: M Martin Aeschlimann

[file icon] file icons for JSONC files. Fixes #40244

上级 354a8cd4
......@@ -244,6 +244,9 @@ function _processIconThemeDocument(id: string, iconThemeDocumentPath: string, ic
let languageIds = associations.languageIds;
if (languageIds) {
if (!languageIds.jsonc && languageIds.json) {
languageIds.jsonc = languageIds.json;
}
for (let languageId in languageIds) {
addSelector(`${qualifier} .${escapeCSS(languageId)}-lang-file-icon.file-icon::before`, languageIds[languageId]);
result.hasFileIcons = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册