snippet launch template of dap_config.json { "version": "0.2.0", "configurations": [ { "type": "lldb", "request": "launch", "name": "Launch", "program": "./${exe}", "args": [], } ] }