fix: path not allowed on the configured scope

This commit is contained in:
lencx
2022-12-23 21:56:16 +08:00
parent 8193104853
commit 44c91bc85c
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
"fs": {
"all": true,
"scope": [
"$HOME/**"
"**"
]
}
},