Uninstall CodeFusion Studio
Uninstall the extension from VS Code
- Select the Extensions icon from the activity bar.
- Find the CodeFusion Studio extension in the INSTALLED list.
- Click on the Manage (cog) icon on the right hand side.
- Select Uninstall.
Note
Keyboard shortcut to extensions is Control + SHIFT + X (Windows/Linux) or Command + SHIFT + X (Mac).
Uninstall from file system
You can uninstall CodeFusion Studio using the Maintenance Tool.
- Navigate to the directory where CodeFusion Studio is installed.
- The Windows default location is
C:\analog\cfs\ - The macOS or Linux default location is
~/analog/cfs/
- The Windows default location is
- Open the folder for the version you want to uninstall.
- Launch the Maintenance Tool:
- On Windows, double click MaintenanceTool.exe
- On macOS, double click MaintenanceTool.app
- On Ubuntu, double click MaintenanceTool
- Select Remove all components and follow the prompt to continue

- Check that the correct directory is being removed and click Uninstall.

- CodeFusion Studio will now be uninstalled.

- When the process completes, close the uninstaller

Uninstall packages
For CFS 2.0.0, SDKs, plugins, and data models are installed using the Package Manager. These packages are stored locally and are not removed when you uninstall CFS 2.0.0.
To fully reset your environment and remove cached packages, delete the following directory:
- Linux:
/home/<username>/.local/share/com.analog.cfs - macOS:
/Users/<username>/Library/Preferences/com.analog.cfs - Windows:
C:\Users\<username>\AppData\Local\com.analog.cfs
Command line uninstall
Use the following command to uninstall CodeFusion Studio from the default location:
- Windows:
C:\analog\cfs\2.0.0\MaintenanceTool.exe purge - Linux:
~/analog/cfs/2.0.0/MaintenanceTool purge - macOS:
~/analog/cfs/2.0.0/MaintenanceTool.app/Contents/MacOS/MaintenanceTool purge

