Remove DebugAdapterConfig (#28898)

This is unused as of recent changes to task spawning.

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-04-16 14:02:10 -06:00 committed by GitHub
parent 040046ed2a
commit 64a67a1071
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 59 deletions

View file

@ -7,7 +7,7 @@ pub mod transport;
pub use dap_types::*;
pub use registry::DapRegistry;
pub use task::{DebugAdapterConfig, DebugRequestType};
pub use task::DebugRequestType;
pub type ScopeId = u64;
pub type VariableReference = u64;