diff --git a/.vscode/settings.json b/.vscode/settings.json index 7f8edcba2..36724f883 100644 --- 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