aboutsummaryrefslogtreecommitdiffstats
path: root/plyr.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'plyr.code-workspace')
-rw-r--r--plyr.code-workspace3
1 files changed, 2 insertions, 1 deletions
diff --git a/plyr.code-workspace b/plyr.code-workspace
index c0b30608..467623c9 100644
--- a/plyr.code-workspace
+++ b/plyr.code-workspace
@@ -11,7 +11,8 @@
},
// Exclude from search
"search.exclude": {
- "dist/": true
+ "dist/": true,
+ "demo/dist/": true
},
// Linting
"stylelint.enable": true,