File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,19 @@ This collection demonstrates how to use LiquidJava, a powerful extension for Jav
77For more information about LiquidJava, visit our [ website] ( https://catarinagamboa.github.io/liquidjava.html ) !
88
99## Development Environment Setup
10-
10+ 🚀 Check the following video on the setup:
1111![ Video of the steps above] ( ./figs/steps2.gif )
1212
1313### Setup Instructions
1414
1515#### Option 1: Using Codespaces or Dev Containers (Recommended)
1616
17171 . Open the repository in GitHub Codespaces or use VS Code's "Remote-Containers: Open Folder in Container" command.
18- 2 . Install the extension: View → Extensions → ... → Install from VSIX → ` /workspaces/liquidjava-examples/extension/liquid-java-0.0.15.vsix `
18+ 2 . Install the extension: View → Extensions → Click on the " ..." (More Actions) button → Install from VSIX → ` /workspaces/liquidjava-examples/extension/liquid-java-0.0.15.vsix ` .
19193 . After the information that the extension is activated, do ` Ctrl + Shift + P ` and write ` Developer: Reload Window `
20- 4 . Open examples: File → Open Folder → ` examples/demo/src/ `
20+ 5 . Open examples: File → Open Folder → ` examples/demo/src/ ` .
21+ 6 . You can try changing the example to see an error appear.
22+ 7 . If needed, reload window again using ` Developer: Reload Window ` .
2123
2224
2325#### Extension Activation
You can’t perform that action at this time.
0 commit comments