mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user