extension: Another batch of updates for DAP extension API (#32809)
Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
4383fee3c1
commit
0f0ff40c6d
19 changed files with 142 additions and 107 deletions
|
@ -151,11 +151,7 @@ pub trait Extension: Send + Sync + 'static {
|
|||
config: serde_json::Value,
|
||||
) -> Result<StartDebuggingRequestArgumentsRequest>;
|
||||
|
||||
async fn dap_config_to_scenario(
|
||||
&self,
|
||||
config: ZedDebugConfig,
|
||||
worktree: Arc<dyn WorktreeDelegate>,
|
||||
) -> Result<DebugScenario>;
|
||||
async fn dap_config_to_scenario(&self, config: ZedDebugConfig) -> Result<DebugScenario>;
|
||||
|
||||
async fn dap_locator_create_scenario(
|
||||
&self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue