aboutsummaryrefslogtreecommitdiff
path: root/helix-dap/examples/dap-basic.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-dap/examples/dap-basic.rs')
-rw-r--r--helix-dap/examples/dap-basic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/examples/dap-basic.rs b/helix-dap/examples/dap-basic.rs
index eef64be3..de8c2e02 100644
--- a/helix-dap/examples/dap-basic.rs
+++ b/helix-dap/examples/dap-basic.rs
@@ -41,7 +41,7 @@ pub async fn main() -> Result<()> {
tokio::spawn(output(output_event));
println!("init: {:?}", client.initialize("go".to_owned()).await);
- println!("caps: {:#?}", client.capabilities());
+ println!("caps: {:?}", client.capabilities());
let args = LaunchArguments {
mode: "exec".to_owned(),