debugger: Fix stack frame list flickering (#29282)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: Anthony Eid <hello@anthonyeid.me>
This commit is contained in:
parent
19fb1e1b0d
commit
4b9f4feff1
4 changed files with 55 additions and 29 deletions
|
@ -641,6 +641,7 @@ impl CompletionsQuery {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum SessionEvent {
|
||||
Modules,
|
||||
LoadedSources,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue