|
110 | 110 | { |
111 | 111 | "command": "magento-toolbox.generatePreference", |
112 | 112 | "title": "Magento Toolbox: Generate Preference" |
| 113 | + }, |
| 114 | + { |
| 115 | + "command": "magento-toolbox.generateLayoutXmlFile", |
| 116 | + "title": "Magento Toolbox: Generate Layout XML" |
| 117 | + }, |
| 118 | + { |
| 119 | + "command": "magento-toolbox.generatePageTypesXmlFile", |
| 120 | + "title": "Magento Toolbox: Generate Page Types XML" |
| 121 | + }, |
| 122 | + { |
| 123 | + "command": "magento-toolbox.generateCrontabXmlFile", |
| 124 | + "title": "Magento Toolbox: Generate Crontab XML" |
| 125 | + }, |
| 126 | + { |
| 127 | + "command": "magento-toolbox.generateEmailTemplatesXmlFile", |
| 128 | + "title": "Magento Toolbox: Generate Email Templates XML" |
| 129 | + }, |
| 130 | + { |
| 131 | + "command": "magento-toolbox.generateSectionsXmlFile", |
| 132 | + "title": "Magento Toolbox: Generate Sections XML" |
| 133 | + }, |
| 134 | + { |
| 135 | + "command": "magento-toolbox.generateFieldsetXmlFile", |
| 136 | + "title": "Magento Toolbox: Generate Fieldset XML" |
| 137 | + }, |
| 138 | + { |
| 139 | + "command": "magento-toolbox.generateViewXmlFile", |
| 140 | + "title": "Magento Toolbox: Generate View XML" |
| 141 | + }, |
| 142 | + { |
| 143 | + "command": "magento-toolbox.generateIndexerXmlFile", |
| 144 | + "title": "Magento Toolbox: Generate Indexer XML" |
| 145 | + }, |
| 146 | + { |
| 147 | + "command": "magento-toolbox.generateMviewXmlFile", |
| 148 | + "title": "Magento Toolbox: Generate MVIEW XML" |
| 149 | + }, |
| 150 | + { |
| 151 | + "command": "magento-toolbox.generateWidgetXmlFile", |
| 152 | + "title": "Magento Toolbox: Generate Widget XML" |
| 153 | + }, |
| 154 | + { |
| 155 | + "command": "magento-toolbox.generateExtensionAttributesXmlFile", |
| 156 | + "title": "Magento Toolbox: Generate Extension Attributes XML" |
| 157 | + }, |
| 158 | + { |
| 159 | + "command": "magento-toolbox.generateSystemXmlFile", |
| 160 | + "title": "Magento Toolbox: Generate System XML" |
| 161 | + }, |
| 162 | + { |
| 163 | + "command": "magento-toolbox.generateConfigXmlFile", |
| 164 | + "title": "Magento Toolbox: Generate Config XML" |
113 | 165 | } |
114 | 166 | ], |
115 | 167 | "menus": { |
|
183 | 235 | { |
184 | 236 | "command": "magento-toolbox.generateWebapiXmlFile", |
185 | 237 | "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 238 | + }, |
| 239 | + { |
| 240 | + "command": "magento-toolbox.generateLayoutXmlFile", |
| 241 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 242 | + }, |
| 243 | + { |
| 244 | + "command": "magento-toolbox.generatePageTypesXmlFile", |
| 245 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 246 | + }, |
| 247 | + { |
| 248 | + "command": "magento-toolbox.generateCrontabXmlFile", |
| 249 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 250 | + }, |
| 251 | + { |
| 252 | + "command": "magento-toolbox.generateEmailTemplatesXmlFile", |
| 253 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 254 | + }, |
| 255 | + { |
| 256 | + "command": "magento-toolbox.generateSectionsXmlFile", |
| 257 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 258 | + }, |
| 259 | + { |
| 260 | + "command": "magento-toolbox.generateFieldsetXmlFile", |
| 261 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 262 | + }, |
| 263 | + { |
| 264 | + "command": "magento-toolbox.generateViewXmlFile", |
| 265 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 266 | + }, |
| 267 | + { |
| 268 | + "command": "magento-toolbox.generateIndexerXmlFile", |
| 269 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 270 | + }, |
| 271 | + { |
| 272 | + "command": "magento-toolbox.generateMviewXmlFile", |
| 273 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 274 | + }, |
| 275 | + { |
| 276 | + "command": "magento-toolbox.generateWidgetXmlFile", |
| 277 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 278 | + }, |
| 279 | + { |
| 280 | + "command": "magento-toolbox.generateExtensionAttributesXmlFile", |
| 281 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 282 | + }, |
| 283 | + { |
| 284 | + "command": "magento-toolbox.generateSystemXmlFile", |
| 285 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
| 286 | + }, |
| 287 | + { |
| 288 | + "command": "magento-toolbox.generateConfigXmlFile", |
| 289 | + "when": "resourcePath =~ /app\\/code\\/.+\\/.+/i" |
186 | 290 | } |
187 | 291 | ] |
188 | 292 | } |
|
201 | 305 | "test": "vscode-test", |
202 | 306 | "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"", |
203 | 307 | "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"", |
204 | | - "package-vsix": "vsce package" |
| 308 | + "package-vsix": "vsce package", |
| 309 | + "deploy": "vsce publish" |
205 | 310 | }, |
206 | 311 | "devDependencies": { |
207 | 312 | "@types/ejs": "^3.1.5", |
|
0 commit comments