mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
Fix seti icon build script (#297749)
This commit is contained in:
@@ -47,7 +47,11 @@ const inheritIconFromLanguage = {
|
||||
"jsonl": 'json',
|
||||
"postcss": 'css',
|
||||
"django-html": 'html',
|
||||
"blade": 'php'
|
||||
"blade": 'php',
|
||||
"prompt": 'markdown',
|
||||
"instructions": 'markdown',
|
||||
"chatagent": 'markdown',
|
||||
"skill": 'markdown'
|
||||
};
|
||||
|
||||
const ignoreExtAssociation = {
|
||||
|
||||
Reference in New Issue
Block a user