summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-09-28 19:50:21 -0400
committerGitHub <noreply@github.com>2020-09-28 19:50:21 -0400
commit57e87d88d09e6282770a2315977fe43ef52958b4 (patch)
tree12af86e5aebad78d067caf9a93d5e15efc4f5dc9 /.vscode
parent7eff79395db3efe9914d3e5ddcd6df7a1fdc649d (diff)
feature: Add persistent search settings (#257)
Adds persistent search settings across runs, by saving to the config file. Each process widget keeps track of it's *own* behaviour. The previous flags/options are now for *global* behaviour. The following new behaviour is: - Relevant flags: `--case_sensitive`, `--whole_word`, and `--regex`, will *override* the current widget's default behaviour. - Relevant options: `case_sensitive`, `whole_word`, and `regex`, will also *override* the current widget's default behaviour. As per before, if you set, say, `--case_sensitive`and `case_sensitive=true`, the flag always overrides. Documentation updates will be done in #248.
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json210
1 files changed, 105 insertions, 105 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 65c086b8..da6cd6b9 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,106 +1,106 @@
{
- "cSpell.words": [
- "Artem",
- "COPR",
- "DWORD",
- "Deque",
- "EINVAL",
- "EPERM",
- "ESRCH",
- "GIBI",
- "GIBIBYTE",
- "GIGA",
- "KIBI",
- "MEBI",
- "MEBIBYTE",
- "MSRV",
- "Mahmoud",
- "Marcin",
- "Mousebindings",
- "Nonexhaustive",
- "PKGBUILD",
- "PKGBUILDs",
- "Polishchuk",
- "Qudsi",
- "SIGTERM",
- "TEBI",
- "TERA",
- "Tebibytes",
- "Toolset",
- "Ungrouped",
- "WASD",
- "Wojnarowski",
- "aarch",
- "andys",
- "armhf",
- "armv",
- "atim",
- "autohide",
- "choco",
- "cmdline",
- "commandline",
- "concat",
- "crossterm",
- "curr",
- "czvf",
- "denylist",
- "fedoracentos",
- "fpath",
- "fract",
- "gnueabihf",
- "gotop",
- "gotop's",
- "gtop",
- "haase",
- "heim",
- "hjkl",
- "htop",
- "indexmap",
- "keybinds",
- "libc",
- "markdownlint",
- "memb",
- "minwindef",
- "musl",
- "n'th",
- "noheader",
- "ntdef",
- "nuget",
- "nvme",
- "paren",
- "pids",
- "pmem",
- "ppid",
- "prepush",
- "processthreadsapi",
- "regexes",
- "rsplitn",
- "rustfmt",
- "shilangyu",
- "softirq",
- "splitn",
- "statm",
- "stime",
- "subwidget",
- "sysconf",
- "sysinfo",
- "tebibyte",
- "tokei",
- "twrite",
- "usage",
- "use",
- "use curr usage",
- "utime",
- "virt",
- "vsize",
- "whitespaces",
- "wifi",
- "winapi",
- "winget",
- "winnt",
- "wixtoolset",
- "xargs",
- "xzvf",
- "ytop"
- ]
-} \ No newline at end of file
+ "cSpell.words": [
+ "Artem",
+ "COPR",
+ "DWORD",
+ "Deque",
+ "EINVAL",
+ "EPERM",
+ "ESRCH",
+ "GIBI",
+ "GIBIBYTE",
+ "GIGA",
+ "KIBI",
+ "MEBI",
+ "MEBIBYTE",
+ "MSRV",
+ "Mahmoud",
+ "Marcin",
+ "Mousebindings",
+ "Nonexhaustive",
+ "PKGBUILD",
+ "PKGBUILDs",
+ "Polishchuk",
+ "Qudsi",
+ "SIGTERM",
+ "TEBI",
+ "TERA",
+ "Tebibytes",
+ "Toolset",
+ "Ungrouped",
+ "WASD",
+ "Wojnarowski",
+ "aarch",
+ "andys",
+ "armhf",
+ "armv",
+ "atim",
+ "autohide",
+ "choco",
+ "cmdline",
+ "commandline",
+ "concat",
+ "crossterm",
+ "curr",
+ "czvf",
+ "denylist",
+ "fedoracentos",
+ "fpath",
+ "fract",
+ "gnueabihf",
+ "gotop",
+ "gotop's",
+ "gtop",
+ "haase",
+ "heim",
+ "hjkl",
+ "htop",
+ "indexmap",
+ "keybinds",
+ "libc",
+ "markdownlint",
+ "memb",
+ "minwindef",
+ "musl",
+ "n'th",
+ "noheader",
+ "ntdef",
+ "nuget",
+ "nvme",
+ "paren",
+ "pids",
+ "pmem",
+ "ppid",
+ "prepush",
+ "processthreadsapi",
+ "regexes",
+ "rsplitn",
+ "rustfmt",
+ "shilangyu",
+ "softirq",
+ "splitn",
+ "statm",
+ "stime",
+ "subwidget",
+ "sysconf",
+ "sysinfo",
+ "tebibyte",
+ "tokei",
+ "twrite",
+ "usage",
+ "use",
+ "use curr usage",
+ "utime",
+ "virt",
+ "vsize",
+ "whitespaces",
+ "wifi",
+ "winapi",
+ "winget",
+ "winnt",
+ "wixtoolset",
+ "xargs",
+ "xzvf",
+ "ytop"
+ ]
+}