File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -33,4 +33,19 @@ The VS extension brings you all the functions of the tooling to your Visual Stud
33
33
## Preview the schema and UI schema
34
34
1 . Right click on a ` schema.json ` or a ` uischema.json ` file.
35
35
2 . The editor will now ask you to select the other file (if you selected a schema file in the first step, now select the uischema file).
36
- 3 . Now the preview will open in split screen and show you a preview of your schema files. (Note: It can take a while to load the environment)
36
+ 3 . Now the preview will open in split screen and show you a preview of your schema files. (Note: It can take a while to load the environment)
37
+
38
+ ## Deployment
39
+
40
+ To get an installable vscode extension file, you first need to install the "Visual Studio Code Extensions" tool:
41
+ ``` shell
42
+ npm install -g vsce
43
+ ```
44
+
45
+ After that run:
46
+ ``` shell
47
+ vsce package
48
+ ```
49
+
50
+ The tool will generate a file, that can directly be installed within vscode. More information can be found here:
51
+ https://code.visualstudio.com/api/working-with-extensions/publishing-extension
You can’t perform that action at this time.
0 commit comments