mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Update package.json
This commit is contained in:
parent
d19ad8f885
commit
5a7fc30e4c
46
package.json
46
package.json
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mind-reader",
|
"name": "mind-reader",
|
||||||
"displayName": "Mind_Reader",
|
"displayName": "Mind_Reader",
|
||||||
"repository": "https://github.com/SingleSemesterSnobs/Mind_Reader",
|
"repository": "https://github.com/We-Dont-Byte/Mind_Reader",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.60.0"
|
"vscode": "^1.60.0"
|
||||||
@ -14,8 +14,7 @@
|
|||||||
],
|
],
|
||||||
"main": "./out/extension.js",
|
"main": "./out/extension.js",
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"commands": [
|
"commands": [{
|
||||||
{
|
|
||||||
"command": "mind-reader.helloWorld",
|
"command": "mind-reader.helloWorld",
|
||||||
"title": "Hello World"
|
"title": "Hello World"
|
||||||
},
|
},
|
||||||
@ -96,8 +95,7 @@
|
|||||||
"title": "Delete a program from the LEGO Hub"
|
"title": "Delete a program from the LEGO Hub"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keybindings": [
|
"keybindings": [{
|
||||||
{
|
|
||||||
"command": "mind-reader.decreaseFontScale",
|
"command": "mind-reader.decreaseFontScale",
|
||||||
"key": "numpad_subtract",
|
"key": "numpad_subtract",
|
||||||
"mac": "d"
|
"mac": "d"
|
||||||
@ -199,14 +197,11 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"menus": {
|
"menus": {
|
||||||
"editor/context": [
|
"editor/context": [{
|
||||||
{
|
"submenu": "mind-reader.editor.context",
|
||||||
"submenu": "mind-reader.editor.context",
|
"group": "mind-reader"
|
||||||
"group": "mind-reader"
|
}],
|
||||||
}
|
"mind-reader.editor.context": [{
|
||||||
],
|
|
||||||
"mind-reader.editor.context": [
|
|
||||||
{
|
|
||||||
"command": "mind-reader.increaseEditorScale",
|
"command": "mind-reader.increaseEditorScale",
|
||||||
"group": "mind-reader",
|
"group": "mind-reader",
|
||||||
"when": "activeEditor"
|
"when": "activeEditor"
|
||||||
@ -258,12 +253,10 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"submenus": [
|
"submenus": [{
|
||||||
{
|
"id": "mind-reader.editor.context",
|
||||||
"id": "mind-reader.editor.context",
|
"label": "Mind_Reader"
|
||||||
"label": "Mind_Reader"
|
}],
|
||||||
}
|
|
||||||
],
|
|
||||||
"configuration": {
|
"configuration": {
|
||||||
"title": "Mind_Reader",
|
"title": "Mind_Reader",
|
||||||
"properties": {
|
"properties": {
|
||||||
@ -312,8 +305,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"views": {
|
"views": {
|
||||||
"MindReader": [
|
"MindReader": [{
|
||||||
{
|
|
||||||
"id": "accessActions",
|
"id": "accessActions",
|
||||||
"name": "Access Actions",
|
"name": "Access Actions",
|
||||||
"icon": "media/dep.svg",
|
"icon": "media/dep.svg",
|
||||||
@ -328,13 +320,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"viewsContainers": {
|
"viewsContainers": {
|
||||||
"activitybar": [
|
"activitybar": [{
|
||||||
{
|
"id": "MindReader",
|
||||||
"id": "MindReader",
|
"title": "MindReader Actions",
|
||||||
"title": "MindReader Actions",
|
"icon": "media/dep.svg"
|
||||||
"icon": "media/dep.svg"
|
}]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user