Disable forceful sorting of the slash command argument completions (#16240)
Also bubble up the current active tab's path in the \tab argument completions. Release Notes: - N/A
This commit is contained in:
parent
b55e8383c8
commit
e8bae839ed
3 changed files with 113 additions and 68 deletions
|
@ -346,6 +346,10 @@ impl CompletionProvider for SlashCommandCompletionProvider {
|
|||
false
|
||||
}
|
||||
}
|
||||
|
||||
fn sort_completions(&self) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
impl SlashCommandLine {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue