{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch Super", "type": "go", "request": "launch", "mode": "auto", "program": "${workspaceFolder}", "buildFlags": "-tags 'novpp'", "env": {"CGO_CFLAGS":"-I/usr/include/memif"}, "args":["-config","example_config/super_mode/s1.yaml","-mode","super"/*,"-example"*/], }, { "name": "Launch Edge", "type": "go", "request": "launch", "mode": "auto", "program": "${workspaceFolder}", "buildFlags": "-tags 'novpp'", "env": {"CGO_CFLAGS":"-I/usr/include/memif"}, "args":["-config","example_config/super_mode/n1.yaml","-mode","edge"/*,"-example"*/], } { "name": "Launch GenCfg", "type": "go", "request": "launch", "mode": "auto", "program": "${workspaceFolder}", "buildFlags": "-tags 'novpp'", "env": {"CGO_CFLAGS":"-I/usr/include/memif"}, "args":["-config","example_config/super_mode/gensuper.yaml","-mode","gencfg","-cfgmode","super"/*,"-example"*/], } ] }