summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-05-20 11:55:03 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2020-05-20 11:55:03 -0400
commit6d365140b65f816e833e9dcae293a1d34fdb22af (patch)
tree1d471aba78c7e13d85116d9aeb7ede6351fa8313
parent3d8a8b4e85e9933b256f27705cd6f2efc9449155 (diff)
chore: add vscode word dict
-rw-r--r--.gitignore1
-rw-r--r--.vscode/settings.json42
2 files changed, 42 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 31dbabba..ebe03da1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@
# Stuff to really ignore
*.log
-.vscode
rust-unmangle
*.svg
*.data
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..c0539685
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,42 @@
+{
+ "cSpell.words": [
+ "DWORD",
+ "Deque",
+ "MSRV",
+ "Mahmoud",
+ "Marcin",
+ "Nonexhaustive",
+ "Qudsi",
+ "Tebibytes",
+ "Wojnarowski",
+ "andys",
+ "crossterm",
+ "curr",
+ "gotop",
+ "gtop",
+ "heim",
+ "hjkl",
+ "markdownlint",
+ "minwindef",
+ "noheader",
+ "ntdef",
+ "paren",
+ "processthreadsapi",
+ "regexes",
+ "rustfmt",
+ "shilangyu",
+ "softirq",
+ "stime",
+ "sysinfo",
+ "tokei",
+ "twrite",
+ "usage",
+ "use",
+ "use curr usage",
+ "utime",
+ "whitespaces",
+ "winapi",
+ "winnt",
+ "xzvf"
+ ]
+} \ No newline at end of file