-
Notifications
You must be signed in to change notification settings - Fork 21
VS Code
David Gerber edited this page Jun 7, 2026
·
6 revisions
Note: VSCode is being changed a lot and very quickly. For Java stuff, sometimes it works, sometimes it doesn't.
- Download Visual Studio Code from https://code.visualstudio.com/Download
- Install with the default options
- Click the Source Control icon on the left toolbar, if you don't have Git, click Download Git for Windows and restart/reload VSCode
- Click the Source Control icon on the left toolbar, select Clone Repository and Clone from GitHub (or enter directly https://github.com/zapek/Xeres in the URL bar)
- Open the project
- Click Yes, I trust the authors, unless you don't trust us ;-)
- Install the recommended Extension Pack for Java (it asks automatically)
- Install a JDK of the required Java version
- Restart VSCode
- Wait for the build to complete
- On the left panel, select the little elephant (Gradle), then the Xeres/Tasks/application/bootRun and click the play button