<!-- Report issues with the Csolution VS Code extension here. Report issues with… - The build tools or csolution standard here: https://github.com/Open-CMSIS-Pack/devtools/issues. - The embedded debug extension here: https://github.com/ARM-software/vscode-embedded-debug/issues. - The USB device management extension here: https://github.com/ARM-software/vscode-device-manager/issues. Prior to creating a bug report, please review existing issues at https://github.com/ARM-software/vscode-cmsis-csolution/issues to avoid creating duplicates. --> Type: Bug Report **Describe the bug** - Option with selection or number entry - When the macro is defined as a negative number, the preview window does not show a negative number **Code sample and logs** ``` //-------- <<< Use Configuration Wizard in Context Menu >>> -------------------- // <o>get vbus offset in mV <-5000..5000> // <i> Defines get vbus offset in mV // <i> Default: -200 #ifndef VBUS_OFFSET #define VBUS_OFFSET (-200) #endif ``` **Screenshots** <img width="903" height="386" alt="Image" src="https://github.com/user-attachments/assets/dc5daa7e-7a7d-4ad8-b3d2-77af9757af1b" />