Skip to content

Commit fe71701

Browse files
Update README.md
1 parent 4686107 commit fe71701

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,19 @@ This collection demonstrates how to use LiquidJava, a powerful extension for Jav
77
For 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

1717
1. 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`.
1919
3. 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

0 commit comments

Comments
 (0)