allow for numbers in filename filter
This commit is contained in:
parent
f69a0d5289
commit
60ea0f0cd5
@ -177,7 +177,7 @@
|
|||||||
"monacoColors": {
|
"monacoColors": {
|
||||||
"editor.background": "#f9f9f9"
|
"editor.background": "#f9f9f9"
|
||||||
},
|
},
|
||||||
"fileNameExclusiveFilter": "[^a-zA-Z]"
|
"fileNameExclusiveFilter": "[^a-zA-Z0-9]"
|
||||||
},
|
},
|
||||||
"ignoreDocsErrors": true
|
"ignoreDocsErrors": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user