diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:15:28 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-16 10:15:28 +0200 |
| commit | f9dde928add359a1dff0db402dc1454e72aea633 (patch) | |
| tree | a243b557c031ad7fa57c0d3ee1d451043b25749a /.vscode | |
| parent | 776ab2749d5af0a34fd2aa6103a377ddc04d4c53 (diff) | |
| download | teachos-f9dde928add359a1dff0db402dc1454e72aea633.tar.xz teachos-f9dde928add359a1dff0db402dc1454e72aea633.zip | |
ide: enable file grouping
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 6 |
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 |
