To prevent the unwanted execution of untrusted code, WorkspaceTrustSettings are use to set the trust levels.
Trust setting have an impact on both cspell.config.js files and on .pnp.js files. In an untrusted location, these files will NOT be used.
cspell.config.js
.pnp.js
This will also prevent any associated plugins from being loaded.
Optional
Glob patterns of locations that contain ALWAYS trusted files.
Sets the default trust level.
"trusted" Copy
"trusted"
Glob patterns of locations that contain NEVER trusted files.
To prevent the unwanted execution of untrusted code, WorkspaceTrustSettings are use to set the trust levels.
Trust setting have an impact on both
cspell.config.js
files and on.pnp.js
files. In an untrusted location, these files will NOT be used.This will also prevent any associated plugins from being loaded.