Visual Studio Codeを立ち上げると「Do you trust the authors of the files in this folder?」とポップアップ画面が表示されたり「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」と一番上に1行表示される。
Visual Studio Codeを立ち上げると「Do you trust the authors of the files in this folder?」とポップアップ画面が表示される、、Visual Studio Codeの一番上に「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」と1行表示される、、
このサイトではVisual Studio Codeを立ち上げると「Do you trust the authors of the files in this folder?」とポップアップ画面が表示されたりVisual Studio Codeの一番上に「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」と1行表示された時の対応方法や設定方法について紹介したいと思います。
Visual Studio Codeの「Do you trust the authors of the files in this folder?」「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」の対処方法
- Visual Studio Codeの「Do you trust the authors of the files in this folder?」「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」の原因
- Visual Studio Codeの「Do you trust the authors of the files in this folder?」「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」の対処方法
① Visual Studio Codeの「Do you trust the authors of the files in this folder?」「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」の原因
まずVisual Studio Codeを立ち上げると「Do you trust the authors of the files in this folder?」とポップアップ画面が表示されたり、Visual Studio Codeの一番上に「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」と1行表示されるようになったのはVisual Studio Code 1.57のバージョンから新たにWorkspace Trust(制限モード)のセキュリティ機能が導入されたため「Do you trust the authors of the files in this folder?」とポップアップ画面が表示されたりVisual Studio Codeの一番上に「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」と1行表示されるようになったみたいです。
② Visual Studio Codeの「Do you trust the authors of the files in this folder?」「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」の対処方法
作業したいディレクトリで下記の画像が表示されたら「Yes, I trust the authors Trust folder and enable all features」 の青いボタンをクリックしましょう。これで設定完了です。
設定内容を確認します。
エディター画面の左下の 歯車 > 「Manage Workspace Trust」をクリックすると
「You trust this folder」という画面が表示され画面下の「Trusted Folders & Workspaces」に先ほど設定した作業ディレクトリのパスが追加されているのが確認できるはずです。
以上で「Do you trust the authors of the files in this folder?」とポップアップ画面やVisual Studio Codeの一番上に「Restricted Mode is intended for safe code browsing. Trust this folder to enable all features.」と1行表示された時の対処方法についての紹介を終わります。