summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2016-06-05 12:16:21 -0700
committerGeorge Fraser <george@fivetran.com>2016-06-05 12:16:21 -0700
commitd9a34f0c3c86fe2590ad46eeece9a1da89601aae (patch)
treeceb8ebb2a6def601cc1c0bb6736fbf684a049186 /.vscode
parente6f79ce5e74e709e0b964b92f0f34cfba5a06d64 (diff)
downloadjava-language-server-d9a34f0c3c86fe2590ad46eeece9a1da89601aae.zip
Exclusions
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3f5aa9c..d30e10b 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,7 +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
+ "out": true, // set this to true to hide the "out" folder with the compiled JS files
+ "node_modules": true,
+ "target": true
},
"search.exclude": {
"out": true // set this to false to include "out" folder in search results