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
|
@ -130,6 +130,12 @@ impl ExtensionManifest {
|
|||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn allow_remote_load(&self) -> bool {
|
||||
!self.language_servers.is_empty()
|
||||
|| !self.debug_adapters.is_empty()
|
||||
|| !self.debug_locators.is_empty()
|
||||
}
|
||||
}
|
||||
|
||||
pub fn build_debug_adapter_schema_path(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue