Restrict accessing files outside the allowed directories.
Accepts absolute path or a path relative to project root. Will try to search up for workspace root by default.
Enable caching of fs calls.
false
Restrict accessing files that matches the patterns.
This will have higher priority than allow. picomatch patterns are supported.
allow
['.env', '.env.', '.crt', '*.pem']
Strictly restrict file accessing outside of allowing paths.
Set to false to disable the warning
true
Restrict accessing files outside the allowed directories.
Accepts absolute path or a path relative to project root. Will try to search up for workspace root by default.