Open JoeyBF opened 3 months ago
For anybody else who has the same issue, adding this to my settings.json
did the trick
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"*.mutable": {
"underline": true
}
}
},
Rust-analyzer gives useful information about which variables are mutable and which methods mutate through underlining. This extension used to respect that, but now there is no underlining anywhere.
I'm not sure when it stopped exactly, but I remember it did work around July 2023. It's too bad because I love this feature, but I also love the true blacks!