Skip to content

Instantly share code, notes, and snippets.

@brandongregoryscott
Created May 28, 2021 18:11
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 brandongregoryscott/132413ce886cee2c92258bb31b2fd770 to your computer and use it in GitHub Desktop.
Save brandongregoryscott/132413ce886cee2c92258bb31b2fd770 to your computer and use it in GitHub Desktop.
Contribution points for kazoo
"contributes": {
"commands": [
{
"category": "kazoo",
"command": "kazoo.addKeyAndTranslation",
"title": "Add key to interface and translation to culture files"
}
// ... More commands here
],
"configuration": {
"properties": {
"kazoo.cultureFilePaths": {
"default": [
"**/cultures/*.ts"
],
"description": "Array of paths/glob patterns to culture files",
"type": "array"
}
// ... More settings here
},
"title": "kazoo"
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment