Skip to content

Commit 225dea2

Browse files
Add back activationEvents
1 parent 4e246fd commit 225dea2

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,35 @@
1818
"dasherize"
1919
],
2020
"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+
],
2150
"contributes": {
2251
"commands": [
2352
{

0 commit comments

Comments
 (0)