{ "configurations": [ { "type": "command", "name": "Hugo(Serve)", "program": "/bin/hugo", "args": ["serve"], "pty": true, }, { "type": "command", "name": "Hugo(Build)", "program": "/bin/hugo", "args": [], "pty": true, }, ] }