enable fuzzy matching for file packer by default

This commit is contained in:
Benjamin Pasero
2016-01-13 16:19:21 +01:00
parent 68e5439a08
commit b82b39af71
10 changed files with 49 additions and 91 deletions

View File

@@ -12,6 +12,5 @@
".build/**": true,
"out*/**": true,
"extensions/**/out/**": true
},
"filePicker.alternateFileNameMatching": true
}
}