fix more secondary-flag coverage, fix error rows being generated as type rows, fix improper piping of autocompletion cursor info into autocompletion lister build

This commit is contained in:
Ryan Fleury
2025-05-05 11:26:14 -07:00
parent 4ad3748d1e
commit ced9c7a3f5
3 changed files with 32 additions and 8 deletions
+1
View File
@@ -196,6 +196,7 @@
// [ ] "pop out" (hitting enter on visualizers should open them as tabs)
// [ ] we probably want to disable pop/pull out for transient things, e.g. theme color cfgs
// [ ] finish theme editing, build themes - replace code colors map with new theme stuff
//
// [ ] maybe add extra caching layer to process memory querying? we pay a pretty
// heavy cost even to just read 8 bytes...
// [ ] odin's demo is busted - need to revert PDB conversion type index changes.