Hi,
Don't know if this is specific to my environments, but my editor is getting messy.
I mainly develop in 2 languages, Rust & C++. So only Rust-analyzer and C/C++ extensions in place.
I think VSCode is getting mad in file extension detection, actually don't know if it is VScode the root cause of the issue or last extension updates.
It looks like rust files are considered as C++ files which affects the editor that considers most of the code being comments (No intellisense anymore, no hightlight, etc.).
Is it only on MacOS or does this also affect other OSes? What would be your recommendation to solve this very annoying issue?
Thx