Skip to content

Instantly share code, notes, and snippets.

@beerose
Last active February 4, 2019 19:20
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 beerose/b90e32625966f55adc95a60a50a4ebd4 to your computer and use it in GitHub Desktop.
Save beerose/b90e32625966f55adc95a60a50a4ebd4 to your computer and use it in GitHub Desktop.
"activationEvents": [
"onCommand:extension.noProfanity"
],
"main": "./out/extension",
"contributes": {
"commands": [
{
"command": "extension.noProfanity",
"title": "No profanity 🤬"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment