commit a2e7f216277bd8cb722b9662ed1d2d44f927de0d
parent e0ee0e39bbbc4726aa0cb177ed961aca2fadcd59
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 20 Jul 2020 16:20:16 +0530
editor settings
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.vscode/settings.json b/.vscode/settings.json
@@ -35,5 +35,11 @@
"**/*.js.map": true
},
"editor.wrappingIndent": "same",
- "editor.tabSize": 2
+ "editor.tabSize": 2,
+ "search.exclude": {
+ "dist": true,
+ "prebuilt": true,
+ "src/i18n/*.po": true
+ },
+ "search.collapseResults": "auto"
}
\ No newline at end of file