Add words to spellcheck allowlist
This commit is contained in:
parent
f0f9995469
commit
128f66a5c0
1 changed files with 9 additions and 1 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue