1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

Simplify the state file

This commit is contained in:
mo8it
2024-04-14 05:13:27 +02:00
parent 9831cbb139
commit 9dcc4b7df5
6 changed files with 86 additions and 169 deletions

View File

@ -89,7 +89,7 @@ pub fn init(exercise_infos: &[ExerciseInfo]) -> Result<()> {
}
const GITIGNORE: &[u8] = b"/target
/.rustlings-state.json
/.rustlings-state.txt
";
const VS_CODE_EXTENSIONS_JSON: &[u8] = br#"{"recommendations":["rust-lang.rust-analyzer"]}"#;