Skip to content

Commit e9f8f76

Browse files
committed
Added prefixes as per the suggestion in issue #5
1 parent a1b7019 commit e9f8f76

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cc-extension-builder",
33
"displayName": "CC Extension Builder",
44
"description": "A Visual Studio Code Extension that lets you create HTML based extensions for Adobe Creative Cloud applications such as Photoshop, Illustrator and InDesign.",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"publisher": "Hennamann",
77
"license": "MIT",
88
"repository": "https://github.com/Hennamann/CC-Extension-Builder-For-VSCode",
@@ -20,18 +20,17 @@
2020
],
2121
"main": "./extension",
2222
"contributes": {
23-
"commands": [
24-
{
23+
"commands": [{
2524
"command": "extension.enableDebugMode",
26-
"title": "Enable CEP Debug Mode"
25+
"title": "Extension Creator: Enable CEP Debug Mode"
2726
},
2827
{
2928
"command": "extension.disableDebugMode",
30-
"title": "Disable CEP Debug Mode"
29+
"title": "Extension Creator: Disable CEP Debug Mode"
3130
},
3231
{
3332
"command": "extension.createExtension",
34-
"title": "Create a New CC Extension"
33+
"title": "Extension Creator: Create a New CC Extension"
3534
}
3635
]
3736
},
@@ -53,4 +52,4 @@
5352
"event-chains": "0.0.8",
5453
"userdir": "^0.1.3"
5554
}
56-
}
55+
}

0 commit comments

Comments
 (0)