Open mikkelens opened 1 year ago
Ideally the rich presence window in discord would show it similar to how you access them in rust/cargo projects, between the vscode folder/workspace and action info, as in between "In aoc2022 - 1 problem found" and "Working on day_9.rs:21:80" could be something like "Under crate::day_9::tests", where 'tests' is the bottom-most module. I understand if this is way beyond of the scope of the file & extension based approach of this extension, since I imagine it would require quite specific understanding of rust/cargo crate semantics and using editing context more specific than "file" and "cursor position", I just want to know what the consensus on this is.
This is gonna require a total rework of the extension
I'm interested in whether it would be possible to show what module I am currently working in (rust modules work similar to C# namespaces etc.), as opposed to only displaying what file I am editing.