zed_extension_api: Format dap.wit
(#30701)
This PR formats the `dap.wit` file. Release Notes: - N/A
This commit is contained in:
parent
234d6ce5f5
commit
c80aaca0c5
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
interface dap {
|
||||
use common.{env-vars};
|
||||
|
||||
record launch-request {
|
||||
program: string,
|
||||
cwd: option<string>,
|
||||
|
@ -27,6 +28,7 @@ interface dap {
|
|||
host: option<u32>,
|
||||
timeout: option<u64>,
|
||||
}
|
||||
|
||||
record debug-task-definition {
|
||||
label: string,
|
||||
adapter: string,
|
||||
|
@ -40,11 +42,12 @@ interface dap {
|
|||
launch,
|
||||
attach,
|
||||
}
|
||||
|
||||
record start-debugging-request-arguments {
|
||||
configuration: string,
|
||||
request: start-debugging-request-arguments-request,
|
||||
|
||||
}
|
||||
|
||||
record debug-adapter-binary {
|
||||
command: string,
|
||||
arguments: list<string>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue