{ "packages": [ "go@1.23.5", "gopls@0.17.1", "gnumake@latest" ], "shell": { "init_hook": [ "echo 'Welcome to tea. Check out the Makefile for runnable targets.'" ], "scripts": { "build": "make" } } }