|
18 | 18 | </a> |
19 | 19 | </p> |
20 | 20 |
|
| 21 | +<h2 align="center"> |
| 22 | + <a href="https://pnp.github.io/vscode-viva/" title="SPFx Toolkit Documentation"> |
| 23 | + 👉 SPFx Toolkit Documentation |
| 24 | + </a> |
| 25 | +</h2> |
| 26 | + |
21 | 27 | <p align="center">SharePoint Framework Toolkit is a Visual Studio Code extension that 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. With SharePoint Framework, you can use modern web technologies and tools in your preferred development environment to build productive experiences and apps that are responsive and mobile-ready allowing you to create solutions to extend SharePoint, Microsoft Teams, Microsoft Viva Connections, Outlook and Microsoft365.com.</p> |
22 | 28 |
|
23 | 29 | <p align="center"> |
@@ -46,8 +52,6 @@ The extension automatically detects if you have a SharePoint Framework project o |
46 | 52 |
|
47 | 53 | Directly from this view, you may create a new project from scratch or from an existing web part, extension or ACE sample, or ACE scenario. |
48 | 54 |
|
49 | | -It is also possible to open an already existing project using Open folder button. |
50 | | - |
51 | 55 | Last but not least it is possible to check your local workspace for the needed global dependencies to develop the SPFx solutions, like the correct Node version, gulp, yeoman etc., and install them if needed with a single click. |
52 | 56 |
|
53 | 57 | When running the extension for the first time it will present you a walkthrough that will give you a step-by-step guide to get started with SharePoint Framework development and will go over the main functionalities of SharePoint Framework (SPFx) Toolkit. |
@@ -160,10 +164,17 @@ You can expand each app catalog to reveal the list of apps contained within. Sel |
160 | 164 | - **Uninstall**: Uninstall the solution from a site. |
161 | 165 | - **Upgrade**: Upgrades the solution to the latest version available in the app catalog for the specified site. |
162 | 166 |
|
163 | | -Additionally, it will show you all tenant-wide extensions installed on your tenant. |
164 | | - |
165 | 167 |  |
166 | 168 |
|
| 169 | +Additionally, on the tenant app catalog level, SPFx Toolkit presents all tenant-wide extensions that are available on your tenant with additional management capabilities: |
| 170 | + |
| 171 | +- **Remove**: Allows to remove tenant-wide extension. |
| 172 | +- **Enable**: Enables tenant-wide extension. |
| 173 | +- **Disable**: Disables tenant-wide extension. |
| 174 | +- **Update**: Allows to update all of the tenant-wide extension properties like: Title, Properties, Web template in which the extension will be present, List template, sequence and host properties. |
| 175 | + |
| 176 | + |
| 177 | + |
167 | 178 | Using the extension settings you may choose to show or hide the apps in app catalog list and tenant health incidents list. |
168 | 179 |
|
169 | 180 |  |
@@ -329,7 +340,6 @@ Now you may use SPFx Toolkit as a chat participant in GitHub Copilot chat extens |
329 | 340 | Currently, we support the following commands: |
330 | 341 | - `/setup` - that is dedicated to providing information on how to setup your local workspace for SharePoint Framework development |
331 | 342 | - `/new` - that may be used to get guidance on how to create a new solution or find and reuse an existing sample from the PnP SPFx sample gallery |
332 | | -- `/code` - [beta] this command is fine-tuned to provide help in coding your SharePoint Framework project and provides additional boosters like validating the correctness of your SPFx project, scaffolding a CI/CD workflow, or renaming your project, and many more. |
333 | 343 | - `/info` - this command will allow you to ask and retrieve any kind of data from you SharePoint Online tenant. This command will only work if your are signed in to your tenant. It uses CLI for Microsoft 365 commands under the hood to retrieve and explain data and assets from your SharePoint Online tenant. It does support only retrieving information, it will not support you in creating, updating or removing any resources. For example, you want to check if some list item or file exists. Or how many items with specific metadata do you have on a list? Or ask for content type columns to generate an interface based on the response quickly. |
334 | 344 |
|
335 | 345 | The SPFx Toolkit Language Model Tools provide a set of skills may be used by GitHub Copilot in agent mode to assist you in your SharePoint Framework development tasks and managing your SharePoint Online tenant. |
|
0 commit comments