Skip to content
Snippets Groups Projects
Commit 9953b6fd authored by Smit, P.J.M. (Peter, Student M-CS)'s avatar Smit, P.J.M. (Peter, Student M-CS)
Browse files

updated extension metadata and updated icon png to higher resolution

parent 29e072a6
No related branches found
No related tags found
No related merge requests found
media/modest-icon.png

4.81 KiB | W: | H:

media/modest-icon.png

40.6 KiB | W: | H:

media/modest-icon.png
media/modest-icon.png
media/modest-icon.png
media/modest-icon.png
  • 2-up
  • Swipe
  • Onion skin
{
"name": "modestextension",
"displayName": "ModestExtension",
"description": "Adding language support for the Modest Toolset",
"displayName": "Modest",
"description": "Language support for the Modest Toolset",
"icon": "media/modest-icon.png",
"version": "0.0.1",
"publisher": "ModestExtension developers",
"publisher": "ModestExtension-developers",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"vscode": "^1.52.0"
......@@ -21,6 +22,7 @@
"jani",
"automata"
],
"preview": true,
"qna": false,
"contributes": {
"commands": [
......@@ -36,8 +38,8 @@
"command": "analysisResults.copyValue",
"title": "Copy value",
"icon": {
"light": "media/light/copy.svg",
"dark": "media/dark/copy.svg"
"light": "media/light/copy.svg",
"dark": "media/dark/copy.svg"
}
},
{
......@@ -53,7 +55,7 @@
"title": "Export to JSON file"
}
],
"menus":{
"menus": {
"view/title": [
{
"command": "analysisResults.load",
......@@ -66,9 +68,9 @@
],
"view/item/context": [
{
"command": "analysisResults.copyValue",
"when": "view == analysisResults",
"group": "inline"
"command": "analysisResults.copyValue",
"when": "view == analysisResults",
"group": "inline"
},
{
"command": "analysisResults.copyValue",
......@@ -207,4 +209,4 @@
"vscode-codicons": "0.0.15",
"vscode-languageclient": "^7.0.0"
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment