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
|
@ -1670,7 +1670,7 @@ impl ExtensionStore {
|
|||
.extensions
|
||||
.iter()
|
||||
.filter_map(|(id, entry)| {
|
||||
if entry.manifest.language_servers.is_empty() {
|
||||
if !entry.manifest.allow_remote_load() {
|
||||
return None;
|
||||
}
|
||||
Some(proto::Extension {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue