LoginSignup
5
5

More than 5 years have passed since last update.

Visual Studio Code で自動更新を停止する方法

Last updated at Posted at 2016-09-22

Visual Studio Code で自動更新を停止する方法

Visual Studio Code の自動アップデートを停止する方法。
モバイルPCなどの従量回線な環境下で、必要になったので調べた。

  1. メニューから「ファイル>基本設定」を開く。
  2. 「settings.json」が開かれるので、以下を入力してからCodeを再起動する。

  "update.channel": "none"

スクリーンショット 2016-09-22 18.42.34_1.png

以上ー。

参考サイト

[【Visual Studio Code】自動アップデートを行わない設定方法]
https://blogs.msdn.microsoft.com/ayatokura/2015/12/20/visual-studio-code-2/
⇒情報がちょっと古い。Code\storage.json からは項目が無くなっている。

[How do I opt out of VS Code auto-updates?]
https://code.visualstudio.com/docs/supporting/FAQ#_how-do-i-opt-out-of-vs-code-autoupdates
⇒上記のサイトから辿れる。
 現行(v.1.5で確認)は Code\User\settings.json を編集する。

(v1.11では「基本設定>ユーザー設定」ではなく「基本設定」だけでsettings.jsonが開く仕様に代わっていたので修正)

5
5
0

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
5
5