3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

VSCodeで「security.allowedUNCHosts」なエラーが出てファイルサーバ上のファイルが開けない

Last updated at Posted at 2023-05-19

起きている問題

  • VSCode[Ver 1.78.2]にて下記の様な画像のエラー(security.allowedUNCHosts)が出て、
    ファイルサーバー上のデータを開けない。
    image.png

  • VSCodeの「設定」->「セキュリティ」->「Allowed UNCHosts」を設定しても効果が無い。
    image.png

  • 使用しているOS:Windows11(22H2)

対処法

  • Windowsの環境変数に変数名「NODE_UNC_HOST_ALLOWLIST」、変数値に「ファイルサーバのホスト名」を追加する。
    image.png

対処法(2024/04/14追記)

バージョン1.83.1にて、設定から追加することで対処できるようになっていました
(@zaki-lknr 様 情報提供ありがとうございます!)
000001.png
000002.png

[追記:2023/05/25]
image.png

  • サーバーを複数追加するには、\(円マーク)でホスト名を区切ればOKです。

参考

3
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?