You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/embedded/getting-started/spembedded-for-vscode.md
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The SharePoint Embedded Visual Studio Code extension helps developers get starte
18
18
19
19
1. Open a new window in [Visual Studio Code](https://code.visualstudio.com/) and navigate to "**Extensions**" on the activity bar.
20
20
1. Search "SharePoint Embedded" in the Extensions view. You can also view the extension in [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=SharepointEmbedded.ms-sharepoint-embedded-vscode-extension).
21
-
1. Press **"Install"** and the SharePoint Embedded icon will load on the activity bar.
21
+
1. Press **"Install"** and the SharePoint Embedded icon will appear on the activity bar.
22
22
1. Select on the icon to open the SharePoint Embedded view and create a container type with trial configuration.
23
23
24
24

@@ -33,8 +33,8 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
33
33

34
34
35
35
36
-
* Authentication will open a new tab in an external browser to sent to permissions
37
-
*A pop-up window will prompt permissions, select **Accept**
36
+
* Authentication opens a new tab in an external browser to grant permissions
37
+
*Select **Accept** on the pop-up window prompting admin consent
@@ -45,12 +45,12 @@ If you don't already have a tenant, you can get a tenant through the [Microsoft
45
45
46
46
## Create a container type with trial configuration
47
47
48
-
Once you've signed in, you will be prompted to create a [container type with trial configuration](../concepts/app-concepts/containertypes.md#trial-use). A container type lets you get started calling SharePoint Embedded APIs and building a proof-of-concept application using SharePoint Embedded. Learn more about [containertypes](../concepts/app-concepts/containertypes.md).
48
+
Once signed in, you are prompted to create a [container type with trial configuration](../concepts/app-concepts/containertypes.md#trial-use). A container type lets you get started calling SharePoint Embedded APIs and building a proof-of-concept application using SharePoint Embedded. Learn more about [container types](../concepts/app-concepts/containertypes.md).
@@ -69,31 +69,31 @@ Every container type is owned by a Microsoft Entra ID application. The first ste
69
69
> If you choose an existing application, the extension will update that app's configuration settings for it to work with both SharePoint Embedded and this extension. Doing this is NOT recommended on production applications.
70
70
71
71
72
-
After your container type is created and your application is configure, you will be able to view your Local tenant registration as a tree in the left nav-bar
72
+
After your container type is created and your application is configured, you'll be able to view your Local tenant registration as a tree in the left nav-bar
73
73
74
74
75
-
## Register your trial container type
75
+
## Register your container type
76
76
77
-
After creating your trial container type, you will need to register that container type on your local tenant. Learn more about container type [registration](../concepts/app-concepts/register-api-documentation.md).
77
+
After creating your container type, you'll need to register that container type on your local tenant. Learn more about container type [registration](../concepts/app-concepts/register-api-documentation.md).
78
78
79
-
* Follow the prompt and click**'Register on local tenant'** on the lower right corner of the VS Code window
80
-
* If you do not see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
79
+
* Follow the prompt and select**'Register on local tenant'** on the lower right corner of the VS Code window
80
+
* If you don't see the prompt, you can right-click on your `<container-type-name>` and select **Register** from the menu
With your trial container type registered, you can now create your first container. Only five containers of trial container type can be created to upload and manage content.
96
+
With your container type registered, you can now create your first container. Only five containers of container type can be created to upload and manage content.
97
97
98
98
* Right-click on the **Containers** drop-down from the tree in the left nav-bar and select **Create container**
99
99
* Enter a name for the container you would like to create
@@ -103,15 +103,15 @@ With your trial container type registered, you can now create your first contain
103
103
104
104
#### Recycling Containers
105
105
106
-
You also have the option to recycle and recover containers within the extension.
106
+
You can also recycle and recover containers within the extension.

110
110
111
111
112
112
## Load Sample App
113
113
114
-
With your free trial container type created, you can use the extension to load one of the SharePoint Embedded sample apps and automatically populate the runtime configuration file with the details of your Microsoft Entra ID app and container type. This allows you to immediately run the sample app on your local machine.
114
+
With your free trial container type created, you can use the extension to load one of the SharePoint Embedded sample apps and automatically populate the runtime configuration file with the details of your Microsoft Entra ID app and container type. You can run the sample app on your local machine by running `npm run start` in the correct directory.
0 commit comments