0
0

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.

[Windows] VSCodeのSettings Syncを新しく作り直す方法

Last updated at Posted at 2021-04-22

環境

windows 10
Ubuntu20.04 wsl
VSCode

はじめに

wlsでvscodeのsyncがうまく行かず作り直そうとしたときのメモ

方法

古いgistを削除する

https://gist.github.com/

cloudSettings > Delete

新しいトークン作成

github > settings > developer settings > personal access tokens > generate new token

Note > トークンの名前を入力
Select scopes > gist をチェック

generate token

トークンを再設定

ctrl + shift + p > sync advance option > Edit Extension Local Settings

syncLocalSettings.json
    "ignoreExtensions": [],
    "gistDescription": "Visual Studio Code Settings Sync Gist",
    "version": 343,
    "token": "ここに新しいトークンを設定",
    "downloadPublicGist": true,
    "supportedFileExtensions": [
        "json",
        "code-snippets"
    ],

shift + alt + u でアップロードして完了

更新されているか確認

https://gist.github.com/
cloudSetttingsが作成されいればok

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?