Remove DebugAdapterConfig (#28898)
This is unused as of recent changes to task spawning. Release Notes: - N/A
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user