Question
STMCubeIDE v1.16.1 UI is Trimming Double Quotes when Adding Symbols to Project
Issue occurs in this build:

To reproduce:
- In an STM32MCU project right click properties
- Navigate to C/C++ General -> Paths And Symbols
- Select the Symbols Tab
- Add a new Symbol and in the value field, reference an environment variable inside quotes e.g. "${PATH}"

- Click save and the trailing double quote is removed

The workaround is to edit the symbols elsewhere see below noting where I added the extra quote:

