diff --git a/.vscode/settings.json b/.vscode/settings.json index 889f196..29e038f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,13 @@ "editor.formatOnSave": true }, "rust-analyzer.check.command": "clippy", // "check", // - "rust-analyzer.cargo.targetDir": true + "rust-analyzer.cargo.targetDir": true, + "cSpell.words": [ + "despawn", + "Despawns", + "recip", + "respawns", + "timestep", + "timesteps" + ] }