Skip to content

Instantly share code, notes, and snippets.

View muhammad-syaifudin's full-sized avatar

Muhammad Syaifudin muhammad-syaifudin

  • 14:11 (UTC +07:00)
View GitHub Profile
@muhammad-syaifudin
muhammad-syaifudin / del_vscode_mac.md
Created October 25, 2023 01:41 — forked from karansinghgit/del_vscode_mac.md
How to completely uninstall VSCode on Mac
  1. Close and Quit VSCode

  2. Remove VScode from Applications (just go to Finder -> Applications and move VSCode to Bin)

  3. Execute these commands in any order. The paths might be slightly different for you.

rm -fr ~/.vscode*
rm -fr ~/Library/Application\ Support/Code/

rm -fr ~/Library/Saved\ Application\ State/com.microsoft.VSCode.savedState/
rm -fr ~/Library/Preferences/com.microsoft.VSCode.helper.plist 

Install Android SDK CLI Ubuntu 20.04 WSL2 (Work in Progress)

Install Java 8

sudo apt update && sudo apt install openjdk-8-jdk-headless unzip

Android SDK