Skip to content

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.

  1. Download Visual Studio Code from https://code.visualstudio.com/Download
  2. Install with the default options
  3. Install Git and restart VSCode
  4. Select Clode Git Repository... Clone from GitHub (or enter directly https://github.com/zapek/Xeres in the URL bar)
  5. Open the project
  6. Install the recommended Extension Pack for Java
  7. Install a JDK (JDK 21 recommended)
  8. Restart VSCode
  9. Wait for the build to complete
  10. On the left panel, select the little elephant (Gradle), then the Xeres/Tasks/application/bootRun and click the play button
Clone this wiki locally