0
1

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 1 year has passed since last update.

Windows10 pro の Visual Studio Code の設定初期化

Posted at

はじめに

題名の通り。
毎回調べるハメになっているので、書き残しメモ。
※ログインしているユーザーの設定における初期化方法となる

環境

Windows10 pro

方法

  1. PowerShell を起動

    • Windowsキー → Power..
    • 管理者権限は不要
  2. 以下コマンドを実行

rm -r -fo .\.vscode\
rm -r -fo .\AppData\Roaming\Code\

※起動時に使用ユーザーのフォルダになっていますので、フォルダ移動はしなくてもよいかと思います
※上記をコピペしたらバックスラッシュは円記号の表示になるかと思います

終わりに

コマンドプロンプトのdelで試してみましたが、うまくいかずPowerShellで対応…

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?