Skip to content

Commit e11a6d2

Browse files
authored
VS Code: Do not search the /dist folder by default (#1219)
1 parent 6de5f5f commit e11a6d2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,8 @@
3636
],
3737
"url": "./node_modules/@ideditor/schema-builder/schemas/preset_defaults.json"
3838
}
39-
]
39+
],
40+
"files.exclude": {
41+
"**/dist": true
42+
}
4043
}

0 commit comments

Comments
 (0)