debuggers: Mark processId as optional field in Delve Attach configurations (#32856)
Closes #32849 Release Notes: - Fixed overly strict validation of Go debugging configurations.
This commit is contained in:
parent
ed4b29f80c
commit
336c49b10d
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ impl DebugAdapter for GoDebugAdapter {
|
|||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["processId", "mode"],
|
||||
"required": ["mode"],
|
||||
"properties": attach_properties
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue