How to disable the “Trust” feature
This will disable all prompts and trust mode features, making vscode behave exactly like it did before this feature was added.
-
GUI (ctrl ,)
- Search for “Trust” in the settings menu and uncheck:
security.workspace.trust.enabled
- Search for “Trust” in the settings menu and uncheck:
-
settings.json
- add the following line:
"security.workspace.trust.enabled": false
- add the following line: