-
Notifications
You must be signed in to change notification settings - Fork 7
VS Code
David Gerber edited this page Aug 25, 2024
·
4 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
- Install Git and restart VSCode
- Select Clode Git Repository... Clone from GitHub (or enter directly https://github.com/zapek/Xeres in the URL bar)
- Open the project
- Install the recommended Extension Pack for Java
- Install a JDK (JDK 21 recommended)
- 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