1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

「Settings Sync」を使ってVS Codeの設定をバックアップする方法

Last updated at Posted at 2020-01-19

はじめに

Setting SyncというVS codeの拡張機能がとても便利そうだったので
試しにinstallしてみました。
その時の手順を簡単にまとめたものです。

Settings Syncとは?

VS Codeの各種設定をGitHubのGistに保存することで、
設定のバックアップ並びに、他端末と設定を共有することが出来ます。
インストールしていた拡張機能の情報も含めて保存してくれる為、非常に便利な拡張機能です。

必要なもの

  1. VS Code
  2. GitHubのアカウント

Settings Syncのインストール方法

まずは以下の拡張機能をVS Codeでインストールします。
Settings Sync.PNG

インストールが完了すると、設定画面が表示されるので、
右上にある「Login With GitHub」をクリックすると、ブラウザで同期の確認ページが開きます。
Settings Sync_WelcomeSettings.PNG

次に、「Authorize amohovhannisyan」ボタンをクリックすると、Success!と表示される(画面取り忘れました)

「SKIP」ボタンを押して、Gistの新規作成をします。
settings Sync-Gist.PNG

GitHubのGistに「cloudSettings」が作成されていれば成功です。

Settings Syncの使い方

設定を更新/アップロードする

 コマンドパレットから「sync update」と入力し、コマンドを実行する
 (または、「Shift」+「Alt」+「u」)

設定のダウンロード

 Sync Settingsをインストール後、Gitsの新規作成ではなく、「Visual Studio Code Settings Sync Gist」を選択
 紐づけが完了したらコマンドパレットから「sync download」と入力しコマンドを実行する
 (または、「shift」+「Alt」+「d」)

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?