I understand that, what I don’t understand is it opening a file, and subsequently not knowing where that file actually lives, despite the fact that it was properly saving it there. I was trying to find the Cargo.toml file, ironically.
Comments
Log in with your Bluesky account to leave a comment
Well, as far as I can tell, I chose a a rust file to edit, it made a link to that file in a temporary directory buried in /var, and then decided the temporary directory was the "project folder", instead of the actual folder containing the file. That's very unexpected.
Comments