Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Created February 20, 2018 20:40
Show Gist options
  • Save ramsaylanier/245334cfb6a2ee361e2f1b7b8ff9c03a to your computer and use it in GitHub Desktop.
Save ramsaylanier/245334cfb6a2ee361e2f1b7b8ff9c03a to your computer and use it in GitHub Desktop.
VS Code contributes example
"contributes": {
"commands": [
{
"command": "extension.createGist",
"title": "Create Gist"
}
],
"menus": {
"editor/context": [
{
"command": "extension.createGist",
"group": "YourGroup@1"
}
]
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment