ferrous-systems / rust-exercises

Exercises for learning Rust, by Ferrous Systems
Creative Commons Attribution Share Alike 4.0 International
127 stars 15 forks source link

erase .vscode files in repo #76

Closed miguelraz closed 4 months ago

miguelraz commented 4 months ago

Trying to run cargo test from the root gets stopped by having a .vscode file with come configs. Let's erase them or add them to the workspace properly.

jonathanpallant commented 4 months ago

I don't follow - why does a .vscode file stop cargo test from working? Do you have a screenshot?

miguelraz commented 4 months ago

...Look, I fought this thing for 15 minutes, took care to reproduce it and after I file the issue it just goes away.

I don't know what dirty state my repo was in, but I can't reproduce it now.

Closing this.