|
2 | 2 | "name": "viva-connections-toolkit",
|
3 | 3 | "displayName": "SharePoint Framework Toolkit",
|
4 | 4 | "description": "SharePoint Framework Toolkit aims to boost your productivity in developing and managing SharePoint Framework solutions helping at every stage of your development flow, from setting up your development workspace to deploying a solution straight to your tenant without the need to leave VS Code and now even create a CI/CD pipeline to introduce automate deployment of your app. This toolkit is provided by the community.",
|
5 |
| - "version": "4.0.0", |
| 5 | + "version": "4.1.0", |
6 | 6 | "publisher": "m365pnp",
|
7 | 7 | "preview": false,
|
8 | 8 | "homepage": "https://github.com/pnp/vscode-viva",
|
|
109 | 109 | }
|
110 | 110 | },
|
111 | 111 | {
|
112 |
| - "id": "tasks-and-actions", |
| 112 | + "id": "tasks", |
| 113 | + "title": "Gulp tasks", |
| 114 | + "description": "Get to know the Gulp tasks that are available in your SharePoint Framework project", |
| 115 | + "media": { |
| 116 | + "markdown": "assets/walkthrough/tasks.md" |
| 117 | + } |
| 118 | + }, |
| 119 | + { |
| 120 | + "id": "actions", |
113 | 121 | "title": "Boost your development with actions",
|
114 |
| - "description": "Reduce the amount of context switching and automate your work with Tasks and Actions. \nValidate your project, rename your solution, deploy it to any app catalog, grant API permissions ... and many more all without leaving the context of your work.", |
| 122 | + "description": "Reduce the amount of context switching and automate your work with Actions. \nValidate your project, rename your solution, deploy it to any app catalog, grant API permissions ... and many more all without leaving the context of your work.", |
115 | 123 | "media": {
|
116 |
| - "markdown": "assets/walkthrough/tasks-and-actions.md" |
| 124 | + "markdown": "assets/walkthrough/actions.md" |
117 | 125 | }
|
118 | 126 | },
|
119 | 127 | {
|
|
314 | 322 | },
|
315 | 323 | {
|
316 | 324 | "command": "spfx-toolkit.upgradeProject",
|
317 |
| - "title": "Upgrade project to latest SPFx version", |
| 325 | + "title": "Upgrade project SPFx version", |
318 | 326 | "category": "SharePoint Framework Toolkit"
|
319 | 327 | },
|
320 | 328 | {
|
321 | 329 | "command": "spfx-toolkit.deployProject",
|
322 |
| - "title": "Deploy the project", |
| 330 | + "title": "Deploy project to app catalog", |
323 | 331 | "category": "SharePoint Framework Toolkit"
|
324 | 332 | },
|
325 | 333 | {
|
|
329 | 337 | },
|
330 | 338 | {
|
331 | 339 | "command": "spfx-toolkit.validateProject",
|
332 |
| - "title": "Validate project", |
| 340 | + "title": "Validate project correctness", |
333 | 341 | "category": "SharePoint Framework Toolkit"
|
334 | 342 | },
|
335 | 343 | {
|
|
344 | 352 | },
|
345 | 353 | {
|
346 | 354 | "command": "spfx-toolkit.pipeline",
|
347 |
| - "title": "Generate CI/CD workflow", |
| 355 | + "title": "Scaffold CI/CD Workflow", |
348 | 356 | "category": "SharePoint Framework Toolkit"
|
349 | 357 | },
|
350 | 358 | {
|
|
0 commit comments