Skip to content
Snippets Groups Projects
Commit 07129256 authored by dgelessus's avatar dgelessus
Browse files

Switch to new way of defining file icons (microsoft/vscode#140047)

This seems to work more reliably when installing the extension normally
instead of running it in debug mode.
parent 8eccc6c5
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,11 @@ ...@@ -94,7 +94,11 @@
"aliases": [ "aliases": [
"B", "B",
"classical B" "classical B"
] ],
"icon": {
"light": "./media/prob2-ui.png",
"dark": "./media/prob2-ui.png"
}
}, },
{ {
"id": "rmchAddOn", "id": "rmchAddOn",
...@@ -104,7 +108,11 @@ ...@@ -104,7 +108,11 @@
"aliases": [ "aliases": [
"B", "B",
"B DSL" "B DSL"
] ],
"icon": {
"light": "./media/prob2-ui.png",
"dark": "./media/prob2-ui.png"
}
} }
], ],
"grammars": [ "grammars": [
...@@ -128,13 +136,6 @@ ...@@ -128,13 +136,6 @@
"language": "rmchAddOn", "language": "rmchAddOn",
"path": "./snippets/rmchAddOn_snippets.json" "path": "./snippets/rmchAddOn_snippets.json"
} }
],
"iconThemes": [
{
"id": "b",
"label": "B",
"path": "./themes/b-themes.json"
}
] ]
}, },
"scripts": { "scripts": {
......
{
"iconDefinitions":{
"_b":{
"iconPath":"../media/prob2-ui.png"
}
},
"languageIds": {
"classicalb": "_b",
"rmchAddOn": "_b"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment