1
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 5 years have passed since last update.

macのvscodeがおかしくなった時に試すこと

Posted at

概要

業務でもプライベートでもガッツリ愛用しているvscodeですが、たまに挙動がおかしくなることがあり、大抵はvscodeを再起動して解決してます。

ですが、今回はこれをインストールしてlocal.jsonでjaを指定しても日本語にならなかったので、思い切ってアプリケーションのデータをほぼ初期化してみました。

(ちなみに拡張機能はmacでは~/.vscode/extensionsに保存されているため、ご安心を)

手順

  1. vscodeをcmd+qで終了しておく
  2. ~/Library/Application Support/Code/をFinderで開く
    • コマンドでopen ~/Library/Application\ Support/Code/で一発です
  3. Code/Userディレクトリの必要そうなものをバックアップ
    • snippets、workspaceStorage、settings.json、local.jsonあたりバックアップしておけばよさそうです
  4. Codeディレクトリの中身を全て削除する
  5. vscodeを起動する
  6. Code/Userディレクトリにバックアップしたデータを復元する

これでvscodeをほぼ初期化しつつ、元の環境を復元することができました。

僕はこれでvscodeが日本語にならない問題を解決しました:relieved:

最後に

vscodeをβ版から使い続けてかれこれ4年弱、もはやこれがなくては仕事ができないぐらいになりました。

これからもよろしくお願いします:bow:

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