Issue with nRF Connect for VS Code v2022.11.140
In build configuration, extra arguments, this version keeps adding old strings or adds a "/" to the start of passing arguments.
Example
-DBOARD_ROOT:STRING="src" gets changed to -DBOARD_ROOT:STRING="/src"
I've rolled back to v2022.10.30 to fix this issue.