Tool/software:
Hi everyone,
I'm currently using Code Composer Studio 20.2 and I noticed that the .metadata
folder for the workspace is stored in the default location: C:\Users\<username>\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\<workspace-id>\.metadata
For better portability and version control, I would like to configure CCS so that the .metadata
folder is saved directly inside the project folder — ideally something like: D:\MyProject\.metadata
Is there a way to configure CCS 20.2 to:
-
Store
.metadata
inside the project directory? -
Automatically load the workspace from that location when opening the project?
Any tips, flags, or configuration tweaks would be greatly appreciated!
Thanks in advance, Oleg