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: vscode-extension/README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,11 @@ The VS extension brings you all the functions of the tooling to your Visual Stud
10
10
* Preview the current schema files
11
11
12
12
## Scaffold a sample project
13
-
1. Right click on the folder, where you want to install the sample project.
14
-
2. Select the `JSONForms: Scaffold Seed Project` in the context menu. **NOTE**: It can take up to 1 minute, until vscode shows you the next popup
15
-
3. Set a custom name for your project. You can also leave the field blank, then the project name will be `jsonforms-react-seed`
16
-
4. Select if you want to use a default schema or a custom schema.
13
+
1. Open the VSCode command palette via `Ctrl+Shift+P`
14
+
2. Search for `JSONForms: Scaffold Seed Project` and select it. **NOTE**: It can take up to 1 minute, until vscode shows you the next popup
15
+
3. Select a folder, where you want the seed project to be created in
16
+
4. Set a custom name for your project. You can also leave the field blank, then the project name will be `jsonforms-react-seed`
17
+
5. Select if you want to use a default schema or a custom schema.
17
18
5a. If you've selected the custom schema option, you now need to select the schema file on your PC.
18
19
5b. You can then right click on any empty folder and install the [seed](https://github.com/eclipsesource/jsonforms-react-seed) project inside it. This will clone the code from the repositories and run `npm install`
19
20
6. (Optional) You can also generate an UI Schema out of any valid JSON schema file by rightclicking on the schema file
0 commit comments