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:
Cole Miller 2025-04-23 12:12:53 -04:00 committed by GitHub
parent 19fb1e1b0d
commit 4b9f4feff1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 55 additions and 29 deletions

View file

@ -641,6 +641,7 @@ impl CompletionsQuery {
}
}
#[derive(Debug)]
pub enum SessionEvent {
Modules,
LoadedSources,