Skip to content

Commit d777273

Browse files
TheZokeredgarmueller
authored andcommitted
Add deploy section to the vscode extension
1 parent a061702 commit d777273

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

vscode-extension/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,19 @@ The VS extension brings you all the functions of the tooling to your Visual Stud
3333
## Preview the schema and UI schema
3434
1. Right click on a `schema.json` or a `uischema.json` file.
3535
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

0 commit comments

Comments
 (0)