Yoav Sternberg
Yoav Sternberg
About the multiple themes, have you tried using it with activity-alias? In my nexus 6P it looks weird.
in `scope.ts` you have to add: ```ts const ScopeSymbolKind = [ ... SymbolKind.Struct, SymbolKind.Object ] ``` Then, it works great with rust :)
Thanks! Let's wait for their reply
Thanks for reporting :) I'll work on it soon
I'm not sure what should I do in this case. `ev_ending_undo` just say a `MakeName` event was redo/undo, but without context. `ev_replaying_undo` has param for `const undo_records_t *` but I...