I have been trying to start a project, using Rust, but ran into a problem: it just does not work correctly on Linux in VSCode/Atom.
Wasted 3 days, searching online, trying different tutorials/videos - nothing worked + most of the material is from 2017. I have trie Matrix chat, but no one knew what to do. Git too has no solution as people keep suggesting very random things, like "change this variable in toml file to something else, and back"
Not sure if the code runner extension could perhaps be interfering here? Autocomplete does break sometimes. Normal lldb debugging works fine out of the box.
On Debian I simply use the Rust(rls) extension and CodeLLDB. Find that restarting RLS from the command palette often helps if there are autocomplete issues. Believe rls is the more actively developed extension but could be wrong there.