Skip to main content
Associate
November 25, 2024
Question

why stm32cubeide create a metadata file in the workspace? it's not a good app design.

  • November 25, 2024
  • 1 reply
  • 940 views

1.when i once change the workspace path, the ide always create a older folder in last path, and i still don't know why after i checked every config files in application support, preferences, container, also the app package. 

2. and what's more, i also use other ide, and use the same workspace folder ( i like),  ***, it also make a .metadata config file,that cause chaos.

1 reply

Andrew Neil
Super User
November 25, 2024

That's the way Eclipse works: the Workspace folder is the location of the .metadata folder

Note that your Project files don't need to be in the Workspace folder.

--+---Workspace 1
|
+---Workspace 2
|
+--Projects
|
+-- Project 1
|
+-- Project 2

 

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.