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:
@@ -343,7 +343,7 @@ impl DebugAdapter for GoDebugAdapter {
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"required": ["processId", "mode"],
|
||||
"required": ["mode"],
|
||||
"properties": attach_properties
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user