typos: Fix typos in codelldb & gdb daps

This commit is contained in:
versecafe 2025-08-26 11:22:07 -07:00
parent 1b91f3de41
commit 6dae5a1fcd
No known key found for this signature in database
GPG key ID: 5B3F561B567F9A4C
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ impl DebugAdapter for CodeLldbDebugAdapter {
},
"stopOnEntry": {
"type": "boolean",
"description": "Automatically stop debuggee after launch",
"description": "Automatically stop debugger after launch",
"default": false
},
"initCommands": {

View file

@ -109,7 +109,7 @@ impl DebugAdapter for GdbDebugAdapter {
},
"stopOnEntry": {
"type": "boolean",
"description": "When true, GDB will set a temporary breakpoint at the program's first instruction, like the 'starti' command.",
"description": "When true, GDB will set a temporary breakpoint at the program's first instruction, like the 'start' command.",
"default": false
}
},