aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json43
-rw-r--r--cspell.json51
2 files changed, 51 insertions, 43 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index d62742c..26154d1 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -29,49 +29,6 @@
80
]
},
- "cSpell.words": [
- "acpi",
- "APIC",
- "bugprone",
- "cppcoreguidelines",
- "crtc",
- "crtp",
- "efer",
- "FACS",
- "functors",
- "hhdm",
- "idtr",
- "initializable",
- "interprocedural",
- "invlpg",
- "invokable",
- "iwyu",
- "kapi",
- "kstd",
- "lapic",
- "madt",
- "malloc",
- "memcmp",
- "memset",
- "mmio",
- "multiboot",
- "nodiscard",
- "nolintnextline",
- "nullptr",
- "println",
- "raii",
- "rdmsr",
- "RSDP",
- "rsdt",
- "rvalues",
- "stringview",
- "sysret",
- "teachos",
- "undelegated",
- "wrmsr",
- "xsdp",
- "xsdt"
- ],
"testMate.cpp.debug.configTemplate": {
"type": "cppdbg",
"MIMode": "gdb",
diff --git a/cspell.json b/cspell.json
new file mode 100644
index 0000000..bfcd6af
--- /dev/null
+++ b/cspell.json
@@ -0,0 +1,51 @@
+{
+ "version": "0.2",
+ "ignorePaths": [],
+ "dictionaryDefinitions": [],
+ "dictionaries": [],
+ "words": [
+ "acpi",
+ "APIC",
+ "bugprone",
+ "cppcoreguidelines",
+ "crtc",
+ "crtp",
+ "efer",
+ "FACS",
+ "functors",
+ "hhdm",
+ "idtr",
+ "initializable",
+ "interprocedural",
+ "invlpg",
+ "invokable",
+ "iwyu",
+ "kapi",
+ "kstd",
+ "lapic",
+ "madt",
+ "malloc",
+ "memcmp",
+ "memset",
+ "mmio",
+ "multiboot",
+ "nodiscard",
+ "nolintnextline",
+ "nullptr",
+ "println",
+ "raii",
+ "rdmsr",
+ "RSDP",
+ "rsdt",
+ "rvalues",
+ "stringview",
+ "sysret",
+ "teachos",
+ "undelegated",
+ "wrmsr",
+ "xsdp",
+ "xsdt"
+ ],
+ "ignoreWords": [],
+ "import": []
+} \ No newline at end of file