Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.39 KB

File metadata and controls

26 lines (14 loc) · 1.39 KB

megamek-devcontainer

VSCode Remote Container

VSCode Devcontainer for the megamek project, follows the wiki guide for getting started found here

Prerequisites

You'll need to have VSCode

And have installed the Remote - Containers extension for VSCode, though VSCode should auto prompt you to install it if nessisary when opening this repo.

Setup

You'll still need to clone the repo's inside this folder,

ClonedRepos

And setup your local settings by adding a settings_local.gradle file in each project see here

But once done you should have a self contained environment that will compile the megamek suite. Either run the build tasks, or open a terminal navigate to the project folders and run

gradle run --no-daemon