= VSCode notes == golang debug with env and tags {{{ #!json "configurations": [ { "name": "Launch file", "type": "go", "request": "launch", "mode": "debug", "program": "${file}", "buildFlags": "-tags=tag1", "env": { "VARIABLE_NAME": "variable value", }, "showLog": true, } ] }}}