Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ This collection demonstrates how to use LiquidJava, a powerful extension for Jav
For more information about LiquidJava, visit our [website](https://catarinagamboa.github.io/liquidjava.html)!

## Development Environment Setup

🚀 Check the following video on the setup:
![Video of the steps above](./figs/steps2.gif)

### Setup Instructions

#### Option 1: Using Codespaces or Dev Containers (Recommended)

1. Open the repository in GitHub Codespaces or use VS Code's "Remote-Containers: Open Folder in Container" command.
2. Install the extension: View → Extensions → ... → Install from VSIX → `/workspaces/liquidjava-examples/extension/liquid-java-0.0.15.vsix`
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`.
3. After the information that the extension is activated, do `Ctrl + Shift + P` and write `Developer: Reload Window `
4. Open examples: File → Open Folder → `examples/demo/src/`
5. Open examples: File → Open Folder → `examples/demo/src/`.
6. You can try changing the example to see an error appear.
7. If needed, reload window again using `Developer: Reload Window `.


#### Extension Activation
Expand Down