Fix some comments (#8760)
Release Notes: - N/A Signed-off-by: geekvest <cuimoman@sohu.com>
This commit is contained in:
parent
a6dbaac653
commit
20d133322a
5 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ impl LspAdapter for PythonLspAdapter {
|
|||
// Where `XX` is the sorting category, `YYYY` is based on most recent usage,
|
||||
// and `name` is the symbol name itself.
|
||||
//
|
||||
// Because the the symbol name is included, there generally are not ties when
|
||||
// Because the symbol name is included, there generally are not ties when
|
||||
// sorting by the `sortText`, so the symbol's fuzzy match score is not taken
|
||||
// into account. Here, we remove the symbol name from the sortText in order
|
||||
// to allow our own fuzzy score to be used to break ties.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue