chore: Fix broken CI (#31003)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-05-20 12:24:10 +02:00 committed by GitHub
parent a092e2dc03
commit a1be61949d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,6 +138,7 @@ fn manifest() -> ExtensionManifest {
command: "echo".into(),
args: vec!["hello!".into()],
}],
debug_adapters: Default::default(),
}
}