Fix/open book spcl characters (#9888)

* upgrade fast-glob that escapes them.

* added tests

* added test with brackets in bookPath
This commit is contained in:
Maddy
2020-04-07 15:55:53 -07:00
committed by GitHub
parent f056086662
commit 6bc123d76b
4 changed files with 105 additions and 34 deletions

View File

@@ -42,7 +42,7 @@
"default": 5000,
"description": "%notebook.maxTableRows.description%"
},
"notebook.trustedBooks":{
"notebook.trustedBooks": {
"type": "array",
"default": [],
"description": "%notebook.trustedBooks.description%",
@@ -510,7 +510,7 @@
"@types/tar": "^4.0.3",
"adm-zip": "^0.4.14",
"error-ex": "^1.3.1",
"fast-glob": "^3.0.4",
"fast-glob": "^3.1.0",
"figures": "^2.0.0",
"fs-extra": "^5.0.0",
"glob": "^7.1.1",