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