From 77e321815fb8b0b1833813a812fcb48f9a5e5617 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sat, 7 Oct 2017 15:01:49 +0200 Subject: Add .vscode folder --- .vscode/settings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .vscode/settings.json (limited to '.vscode/settings.json') diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d137133 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +// Place your settings in this file to overwrite default and user settings. +{ + "files.exclude": { + "out": false // set this to true to hide the "out" folder with the compiled JS files + }, + "search.exclude": { + "out": true // set this to false to include "out" folder in search results + } +} \ No newline at end of file -- cgit v1.2.3