aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 803c58a07..465ffb3f3 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -20,11 +20,6 @@
"typescript.format.placeOpenBraceOnNewLineForFunctions": false,
// Defines whether an open brace is put onto a new line for control blocks or not
"typescript.format.placeOpenBraceOnNewLineForControlBlocks": false,
- "typescript.preferences.autoImportFileExcludePatterns": [
- "index.*.js",
- "index.ts",
- "index.*.ts"
- ],
// Files hidden in the explorer
"files.exclude": {
// include the defaults from VS Code