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/spfx/extensions/get-started/building-simple-field-customizer.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ This article describes how to create your first Field Customizer Extension. You
43
43
* Accept the default value of **HelloWorld description** as your extension description, and select Enter.
44
44
* Accept the default value of **No JavaScript Framework** as the framework selection, and select Enter.
45
45
46
+
<br/>
47
+
46
48

47
49
48
50
At this point, Yeoman installs the required dependencies and scaffolds the solution files along with the **HelloWorld** extension. This might take a few minutes.
@@ -53,13 +55,13 @@ This article describes how to create your first Field Customizer Extension. You
53
55
54
56
For information about troubleshooting any errors, see [Known issues](../../known-issues-and-common-questions.md).
55
57
56
-
6. Once the scaffolding completes, lock down the version of the project dependencies by running the following command:
58
+
6. After the scaffolding completes, lock down the version of the project dependencies by running the following command:
57
59
58
60
```sh
59
61
npm shrinkwrap
60
62
```
61
63
62
-
7. Next, type the following into the console to start Visual Studio Code.
64
+
7. Type the following into the console to start Visual Studio Code.
63
65
64
66
```
65
67
code .
@@ -166,10 +168,13 @@ You cannot currently use the local workbench to test SharePoint Framework Extens
0 commit comments