aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-04-16 10:15:28 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-04-16 10:15:28 +0200
commitf9dde928add359a1dff0db402dc1454e72aea633 (patch)
treea243b557c031ad7fa57c0d3ee1d451043b25749a
parent776ab2749d5af0a34fd2aa6103a377ddc04d4c53 (diff)
downloadteachos-f9dde928add359a1dff0db402dc1454e72aea633.tar.xz
teachos-f9dde928add359a1dff0db402dc1454e72aea633.zip
ide: enable file grouping
-rw-r--r--.vscode/settings.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1a69637..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",
},
@@ -76,5 +80,5 @@
"env": "${envObject}",
"environment": "${envObjArray}",
"sourceFileMap": "${sourceFileMapObj}"
- }
+ },
} \ No newline at end of file