This project is configured to use devcontainers
dotnet build ./src
dotnet test ./src
dotnet run --project ./src/BarbarianSim
The repository has launch.json
and tasks.json
defined for use in VSCode. Check out the "Run and Debug" (Ctrl + Shift + D) for launching (and debugging) the application. Use "Tasks: Run Task" in the global menu (Ctrl + Shift + P) to run common tasks.