fix(clangd): update the attribute name for process ID (#3047)

The attribute name for picked process id when attaching the debugger is `pid`, not `processId`
This commit is contained in:
XY Lin
2024-05-14 21:37:27 +01:00
committed by GitHub
parent 1df3c5d70b
commit 3c04789ef1

View File

@ -144,7 +144,7 @@ return {
type = "codelldb",
request = "attach",
name = "Attach to process",
processId = require("dap.utils").pick_process,
pid = require("dap.utils").pick_process,
cwd = "${workspaceFolder}",
},
}