aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
blob: fbdecba2fe6e84650fd964acbbfaa3e9c9a1b19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "cSpell.words": [
    "archivator",
    "bincode",
    "chrono",
    "datatypes",
    "datetime",
    "decompressor",
    "eocdr",
    "flate",
    "lzma",
    "newtype",
    "ntfs",
    "repr",
    "rposition",
    "seekable",
    "unseekable"
  ],
  "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"]
}