Allow remote loading for DAP-only extensions (#33981)
Closes #ISSUE  Release Notes: - Allow remote loading for DAP-only extensions
This commit is contained in:
parent
01295aa687
commit
2246b01c4b
4 changed files with 33 additions and 21 deletions
|
@ -44,7 +44,9 @@ impl DapLocator for ExtensionLocatorAdapter {
|
|||
.flatten()
|
||||
}
|
||||
|
||||
async fn run(&self, _build_config: SpawnInTerminal) -> Result<DebugRequest> {
|
||||
Err(anyhow::anyhow!("Not implemented"))
|
||||
async fn run(&self, build_config: SpawnInTerminal) -> Result<DebugRequest> {
|
||||
self.extension
|
||||
.run_dap_locator(self.locator_name.as_ref().to_owned(), build_config)
|
||||
.await
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue