diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index d344ae3..8ab0a05 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -8,14 +8,17 @@ | |||
| 8 | "decompressor", | 8 | "decompressor", |
| 9 | "eocdr", | 9 | "eocdr", |
| 10 | "flate", | 10 | "flate", |
| 11 | "Hasher", | 11 | "hasher", |
| 12 | "lzma", | 12 | "lzma", |
| 13 | "newtype", | 13 | "newtype", |
| 14 | "ntfs", | 14 | "ntfs", |
| 15 | "refin", | ||
| 16 | "refout", | ||
| 15 | "repr", | 17 | "repr", |
| 16 | "rposition", | 18 | "rposition", |
| 17 | "seekable", | 19 | "seekable", |
| 18 | "unseekable" | 20 | "unseekable", |
| 21 | "xorout" | ||
| 19 | ], | 22 | ], |
| 20 | "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"] | 23 | "rust-analyzer.linkedProjects": ["./Cargo.toml", "./Cargo.toml"] |
| 21 | } | 24 | } |
