vscode 报错 Please update the ‘security.allowedUNCHosts‘ setting if you want to allow this host

如果在使用VS Code过程中出现了报错信息 “Please update the ‘security.allowedUNCHosts’ setting if you want to allow this host”,这通常意味着您的主机(或IP地址)被拒绝访问。

要解决此问题,请尝试以下步骤:

  1. 打开VS Code并导航到菜单栏的 “文件(File)” 选项。

  2. 选择 “首选项(Preferences)”,然后选择 “设置(Settings)”。

  3. 在设置面板中,搜索 “security.allowedUNCHosts” 设置。

  4. 如果找到该设置,请确保其值包含您当前使用的主机或IP地址。您可以按照正确的格式将主机添加到该值中。

  5. 如果没有找到 “security.allowedUNCHosts” 设置,您可以手动添加它。在设置面板中点击右上角的 “{}” 图标,这将打开一个 JSON 配置文件,您可以在其中添加新的设置。键入 “security.allowedUNCHosts” 并将其值设置为允许访问的主机或IP地址。

  6. 保存设置并重新启动VS Code。

这样应该能够解决 “Please update the ‘security.allowedUNCHosts’ setting if you want to allow this host” 报错信息。

猜你喜欢

转载自blog.csdn.net/weixin_37787043/article/details/131511417