debugger beta: Auto download Delve (Go's DAP) & fix grammar errors in docs (#31273)

Release Notes:

- debugger beta: Go's debug adapter will now automatically download if
not found on user's PATH

Co-authored-by: Remco Smits <djsmits12@gmail.com>
This commit is contained in:
Anthony Eid 2025-05-23 17:19:24 +03:00 committed by GitHub
parent 9c01119b3c
commit 14d9a4189f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 19 deletions

View file

@ -339,9 +339,6 @@ impl DebugAdapter for CodeLldbDebugAdapter {
},
{
"required": ["targetCreateCommands"]
},
{
"required": ["cargo"]
}
]
}