diff options
Diffstat (limited to 'editors/vscode/package.json')
| -rw-r--r-- | editors/vscode/package.json | 26 |
1 files changed, 4 insertions, 22 deletions
diff --git a/editors/vscode/package.json b/editors/vscode/package.json index c3d42bc..a17b6a6 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -86,32 +86,14 @@ } } }, - "icons_PROPOSED": [ - { - "id": "odin-fileicon", - "description": "Odin file icon", - "default": { - "fontId": "odin-icon-font", - "fontCharacter": "\\E000" - } - } - ], - "iconFonts_PROPOSED": [ - { - "id": "odin-icon-font", - "src": [ - { - "path": "./fileicons/odin_file.svg", - "format": "svg" - } - ] - } - ], "languages": [ { "id": "odin", "aliases": ["odin", "Odin"], - "icon_PROPOSED": "odin-fileicon", + "icon": { + "light": "./fileicons/odin-file.svg", + "dark": "./fileicons/odin-file.svg" + }, "extensions": [ ".odin" ], |