aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: c19e694f52ecb0a13ed86eace52751edf10eb878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "cSpell.words": [
    "archivator",
    "bincode",
    "chrono",
    "datatypes",
    "datetime",
    "eocdr",
    "newtype",
    "repr",
    "rposition"
  ],
  "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"]
}