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?

Visual Studio Code (VSCode)のアンインストール方法

Last updated at Posted at 2024-11-29

はじめに

Visual Studio Code (VSCode)とUbuntuのバージョンを変更するため、既存のアプリをアンインストールして新しいバージョンをインストールしました。
しかし、以前の設定や情報が残っていたことが原因で、新しいバージョンのインストールが正常に行えない問題が発生しました。
何度か同じ問題が発生しましたが、その都度忘れて調べ直していたため、VSCodeおよびUbuntuのアンインストール手順を備忘録としてまとめました。
本記事では、VSCodeについて記載します。

環境

・Windows 10
・Ubuntu 20.04.6LTS

手順

1.アプリを削除する

①設定>アプリ>アプリと機能
image.png
②VSCodeを検索し、「アンインストール」を押下
image.png
③「はい(Y)」を選択

④「OK」を押下

2.関連フォルダを削除

以下の関連フォルダを削除します。
(コマンドでも削除できますが、今回は手動で行います。)
・「.vscode」(ユーザー設定や拡張機能など)
・「Code」(設定ファイルやキャッシュなど)
・「.vscode-server」

①.vscode

例)C:\Users<ユーザー名>.vscode
image.png

②Code

例)C:\Users<ユーザー名>\AppData\Roaming\Code
image.png

③.vscode-server

例)Linux/Ubuntu/home/<ユーザー名>/.vscode-server
image.png

参考:
https://zenn.dev/youfuku/articles/e44a54546934ae

さいごに

私の場合はこの手順でアプリとVSCode関連のファイルを削除したことで、再インストールも問題なく行えました。
Ubuntuのアンインストール手順については別の記事に記載しております。
参考になれば幸いです。

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?