Browse Source

files.exclude --> search.exclude

//cc @kvz @ifedapoolarewaju
Artur Paikin 6 years ago
parent
commit
2611e897f2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      uppy.code-workspace

+ 1 - 2
uppy.code-workspace

@@ -9,13 +9,12 @@
 			"titleBar.activeForeground": "#ffffff",
 			"titleBar.activeBackground": "#ff009d",
 		},
-		"files.exclude": {
+		"search.exclude": {
 			"website/public/": true,
 			"node_modules/": true,
 			"website/node_modules/": true,
 			"dist/": true,
 			"lib/": true,
-			"assets/": true,
 			"package-lock.json": true,
 			"website/package-lock.json": true,
 			"yarn-error.log": true,