João
João
In short, instead of passing a token or regex pattern, I want to pass a function that would return Option. such as: ```rust #[derive(Logos)] enum Keyword { #[token(let)] Let, #[token(if)]...
I tried building llvm 12.0.1 and it caused an insuficient memory error. My disk had over 60GB left, does building llvm take over 60GB? Additionaly, how do I clean the...
**Describe the feature that you'd like** I use customize-ui to change the workbench font, I'd also like to change the font from the git graph view. a configuration to change...
The extension deleted a whole bunch of my settings.json file, removed all the color customizations i had on that file wtf does it do that? i'm mad that a lost...
This option configures if imports are placed at the top of a module, or if they are scoped to a block if possible. ## Motivation Rust allows for imports to...