Skip to content

Instantly share code, notes, and snippets.

@ljmotta
Created October 14, 2020 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ljmotta/43bd253a27fe69311e9fe3490ecf9849 to your computer and use it in GitHub Desktop.
Save ljmotta/43bd253a27fe69311e9fe3490ecf9849 to your computer and use it in GitHub Desktop.
Package Contributes
"contributes": {
"menus": {
"editor/context": [
{
"command": "kogito-tooling-examples.todo-list-view.add-item"
}
]
},
"commands": [
{
"command": "kogito-tooling-examples.todo-list-view",
"title": "Open list",
"category": "TODO"
},
{
"command": "kogito-tooling-examples.todo-list-view.add-item",
"title": "TODO: Add item(s)"
},
{
"command": "kogito-tooling-examples.todo-list-view.mark-all-as-completed",
"title": "Mark all as completed",
"category": "TODO"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment