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