launch.json (304B)
1 { 2 // Launch config docs: https://go.microsoft.com/fwlink/?linkid=830387 3 "version": "0.2.0", 4 "configurations": [ 5 { 6 "name": "C2EC-Simulation", 7 "type": "go", 8 "request": "launch", 9 "mode": "auto", 10 "program": "." 11 } 12 ] 13 }