LoginSignup
6
2

More than 3 years have passed since last update.

【新機能】Visual Studio Code 1.51.0 では認証付きプロキシのユーザー名/パスワードを覚えさせることができる。

Last updated at Posted at 2020-11-10

はじめに

従来のバージョンのVisual Studio Codeでは認証付きプロキシーの資格情報を記憶させることができず、毎回ユーザー名とパスワードを入力する必要があった。

Visual Studio Code 1.51.0 では新機能として、ユーザー名/パスワードの情報を覚えさせることができるようになった。

リリースノートより

Remember proxy credentials

We are overhauling the login dialog that shows when
a network connection requires authentication with a proxy.
A new setting, window.enableExperimentalProxyLoginDialog: true,
 will enable this new experience that we plan to make the default in a future release.

翻訳

プロキシ資格情報を記憶する

ネットワーク接続でプロキシによる認証が必要な場合を表示するログインダイアログを見直しています。
新しい設定、window.enableExperimentalProxyLoginDialog:true、
  将来のリリースはこの新しいエクスペリエンスをデフォルトで有効にする予定です。

設定

settings.jsonに以下の行を追加

    "window.enableExperimentalProxyLoginDialog": true

Visual Studio Codeを再起動する。

実行

Visual Studio Codeを実行すると、以下のような新しいダイアログが表示される。

image.png

資格情報を保存するにチェックを入れる。

6
2
1

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
6
2