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
Branches
Tags
No related merge requests found
......@@ -94,7 +94,11 @@
"aliases": [
"B",
"classical B"
]
],
"icon": {
"light": "./media/prob2-ui.png",
"dark": "./media/prob2-ui.png"
}
},
{
"id": "rmchAddOn",
......@@ -104,7 +108,11 @@
"aliases": [
"B",
"B DSL"
]
],
"icon": {
"light": "./media/prob2-ui.png",
"dark": "./media/prob2-ui.png"
}
}
],
"grammars": [
......@@ -128,13 +136,6 @@
"language": "rmchAddOn",
"path": "./snippets/rmchAddOn_snippets.json"
}
],
"iconThemes": [
{
"id": "b",
"label": "B",
"path": "./themes/b-themes.json"
}
]
},
"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