aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index bebda51..80844ee 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -12,6 +12,10 @@
"--clang-tidy",
"--header-insertion=iwyu"
],
+ "explorer.fileNesting.enabled": true,
+ "explorer.fileNesting.patterns": {
+ "*.hpp": "${capture}.cpp, ${capture}.test.cpp"
+ },
"files.associations": {
"**/kstd/include/kstd/**": "cpp",
},
@@ -32,6 +36,7 @@
"crtc",
"crtp",
"efer",
+ "FACS",
"functors",
"hhdm",
"idtr",
@@ -75,5 +80,5 @@
"env": "${envObject}",
"environment": "${envObjArray}",
"sourceFileMap": "${sourceFileMapObj}"
- }
+ },
} \ No newline at end of file