mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 12:13:06 +00:00
chore: add vscode word dict
This commit is contained in:
parent
3d8a8b4e85
commit
6d365140b6
2 changed files with 42 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
# Stuff to really ignore
|
# Stuff to really ignore
|
||||||
*.log
|
*.log
|
||||||
.vscode
|
|
||||||
rust-unmangle
|
rust-unmangle
|
||||||
*.svg
|
*.svg
|
||||||
*.data
|
*.data
|
||||||
|
|
42
.vscode/settings.json
vendored
Normal file
42
.vscode/settings.json
vendored
Normal file
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue