aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 80844ee..79c4971 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -13,8 +13,9 @@
"--header-insertion=iwyu"
],
"explorer.fileNesting.enabled": true,
+ "explorer.fileNesting.expand": false,
"explorer.fileNesting.patterns": {
- "*.hpp": "${capture}.cpp, ${capture}.test.cpp"
+ "*.hpp": "${capture}.cpp, ${capture}.test.cpp, ${capture}.S"
},
"files.associations": {
"**/kstd/include/kstd/**": "cpp",