|
18 | 18 | "dasherize"
|
19 | 19 | ],
|
20 | 20 | "main": "./dist/extension.js",
|
| 21 | + "activationEvents": [ |
| 22 | + "onCommand:string-manipulation.titleize", |
| 23 | + "onCommand:string-manipulation.titleizeApStyle", |
| 24 | + "onCommand:string-manipulation.titleizeChicagoStyle", |
| 25 | + "onCommand:string-manipulation.camelize", |
| 26 | + "onCommand:string-manipulation.chop", |
| 27 | + "onCommand:string-manipulation.clean", |
| 28 | + "onCommand:string-manipulation.cleanDiacritics", |
| 29 | + "onCommand:string-manipulation.classify", |
| 30 | + "onCommand:string-manipulation.underscored", |
| 31 | + "onCommand:string-manipulation.dasherize", |
| 32 | + "onCommand:string-manipulation.snake", |
| 33 | + "onCommand:string-manipulation.screamingSnake", |
| 34 | + "onCommand:string-manipulation.humanize", |
| 35 | + "onCommand:string-manipulation.slugify", |
| 36 | + "onCommand:string-manipulation.reverse", |
| 37 | + "onCommand:string-manipulation.swapCase", |
| 38 | + "onCommand:string-manipulation.decapitalize", |
| 39 | + "onCommand:string-manipulation.capitalize", |
| 40 | + "onCommand:string-manipulation.sentence", |
| 41 | + "onCommand:string-manipulation.prune", |
| 42 | + "onCommand:string-manipulation.truncate", |
| 43 | + "onCommand:string-manipulation.repeat", |
| 44 | + "onCommand:string-manipulation.increment", |
| 45 | + "onCommand:string-manipulation.decrement", |
| 46 | + "onCommand:string-manipulation.duplicateAndIncrement", |
| 47 | + "onCommand:string-manipulation.duplicateAndDecrement", |
| 48 | + "onCommand:string-manipulation.sequence" |
| 49 | + ], |
21 | 50 | "contributes": {
|
22 | 51 | "commands": [
|
23 | 52 | {
|
|
0 commit comments