ensure that builtin basedpyright will override the extension
This commit is contained in:
parent
573eb8e25d
commit
182e16d3b3
5 changed files with 51 additions and 140 deletions
|
@ -397,6 +397,10 @@ impl LspAdapter for ExtensionLspAdapter {
|
|||
|
||||
Ok(labels_from_extension(labels, language))
|
||||
}
|
||||
|
||||
fn is_extension(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
fn labels_from_extension(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue