aboutsummaryrefslogtreecommitdiff
path: root/code/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'code/.vscode/settings.json')
-rw-r--r--code/.vscode/settings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/code/.vscode/settings.json b/code/.vscode/settings.json
new file mode 100644
index 000000000..580db9c6a
--- /dev/null
+++ b/code/.vscode/settings.json
@@ -0,0 +1,10 @@
1// Place your settings in this file to overwrite default and user settings.
2{
3 "files.exclude": {
4 "out": true,
5 "node_modules": true
6 },
7 "search.exclude": {
8 "out": true // set this to false to include "out" folder in search results
9 }
10} \ No newline at end of file