Switch to unified view

a b/.devcontainer/devcontainer.json
1
{
2
  "tasks": {
3
    "build": "./gradlew build"
4
  }
5
}