如何永久关闭vscode的安全提示
Do you trust the authors of the files in this folder?
Code provides features that may automatically execute files in this folder.
If you don't trust the authors of these files, we recommend to continue in restricted mode as the files may be malicious. See our docs to learn more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 1.57 版本的新功能。
你可以通过调整
security.workspace.trust.enabled
来控制这项功能是否启用,默认是true
。P.S. 其实这些在更新日志里都有写(只不过是英文的而已)……