Add words to spellcheck allowlist
All checks were successful
CI / Formatting (push) Successful in 32s
CI / Clippy (push) Successful in 6m47s

This commit is contained in:
Michael Bradley 2025-03-14 00:02:15 -04:00
parent f0f9995469
commit 128f66a5c0
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8

10
.vscode/settings.json vendored
View file

@ -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"
]
}