ensure that builtin basedpyright will override the extension

This commit is contained in:
Cole Miller 2025-07-30 17:13:36 -04:00
parent 573eb8e25d
commit 182e16d3b3
5 changed files with 51 additions and 140 deletions

View file

@ -397,6 +397,10 @@ impl LspAdapter for ExtensionLspAdapter {
Ok(labels_from_extension(labels, language))
}
fn is_extension(&self) -> bool {
true
}
}
fn labels_from_extension(