Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
grownuphacker committed Apr 26, 2023
1 parent 4bea548 commit 330a383
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"Other"
],
"main": "./out/extension.js",

"showLanguageModeIcons": true,

"contributes": {
"viewsContainers": {
"activitybar": [
Expand Down Expand Up @@ -65,7 +63,7 @@
},
{
"command": "graylog.selectInstances",
"title": "Select Instances",
"title": "Select Active Server",
"category": "Graylog",
"icon": {
"light": "resources/multiselect-enable.svg",
Expand All @@ -74,15 +72,16 @@
},
{
"command": "graylog.exportToContext",
"title": "Export As context"
"title": "Export Content Pack"
},
{
"command": "graylog.treeItemClick",
"title": "click"
},
{
"command": "graylog.saveToLocal",
"title": "Save rules to local folder"
"title": "Export Rules",
"category": "Graylog"
},
{
"command": "graylog.createNewRule",
Expand All @@ -104,19 +103,19 @@
}
],
"menus": {
"commandPalette":[
"commandPalette": [
{
"command": "graylog.saveContentPack",
"command": "graylog.saveContentPack",
"title": "Save ContentPack",
"icon": {
"light": "resources/light/save.svg",
"dark": "resources/dark/save.svg"
},
"group": "navigation",
"when": "resourceScheme == graylog && resourceFilename == contentPack.json"
}
}
],
"editor/title":[
"editor/title": [
{
"command": "graylog.saveContentPack",
"title": "Save ContentPack",
Expand Down Expand Up @@ -329,4 +328,4 @@
"url": "https://github.com/graylog-labs/graylog-vscode-extension/issues"
},
"homepage": "https://github.com/graylog-labs/graylog-vscode-extension#readme"
}
}

0 comments on commit 330a383

Please sign in to comment.