diff --git a/.vscode/launch.json b/.vscode/launch.json index 3e3ac95d6a..885f407fb8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -61,6 +61,21 @@ "--dev_license" ] }, + { + "name": "Fleet vuln_processing (licensed)", + "type": "go", + "request": "launch", + "mode": "auto", + "buildFlags": "-tags='full,fts5'", + "cwd": "${workspaceFolder}", + "program": "${workspaceFolder}/cmd/fleet", + "args": [ + "vuln_processing", + "--dev", + "--logging_debug", + "--dev_license", + ] + }, { "name": "Attach to a running Fleet server", "type": "go",