What problem does it solve? Embedded developers need to inspect and adjust EmberProbe workspace settings—such as the target ELF file, debug probe, MCU configuration, SVD file, and sampling parameters—without manually editing VS Code storage or risking invalid values. ## Core Features & Use Cases - Configuration Read: Retrieve the normalized workspace configuration including ELF, debugger, MCU, SVD, selected .ioc, sampling interval, Tcl port, and sample history limit. - Configuration Write: Change only explicitly requested keys via a validated --set interface that immediately synchronizes the EmberProbe sidebar. - IOC Selection: Select or clear a workspace CubeMX .ioc project file, with validation that the file exists inside the workspace. - Use Case: An agent needs to switch the debug probe and MCU target before flashing; it reads the current config, sets debugger=cmsis-dap.cfg,mcu=stm32f4x.cfg, and reports the normalized result returned by the extension. ## Quick Start Ask the agent to read the current EmberProbe workspace configuration and then set the debugger and MCU values you want changed.