Part Number: CODECOMPOSER
Hi,
I am trying to flash and debug the 'BLE Wifi Provisioning' example from the SimpleLink Wi-Fi SDK. When I import the example into my default workspace, it flashes and debugs perfectly fine. (Note that the workspace level launch.json file contains the "loadDebugSymbols" variable set as true for the default workspace) (See Screenshot 1)
However, when I import the project using the "Add folder to workspace" option, I am unable to load the program onto the board. When I open the folder level launch.json file (folder -> .theia -> launch.json), I find that there is not "loadDebugSymbols" variable set. (See Screenshot 2)
When I manually set the "loadDebugSymbols" as true in the folder level launch.json, the example loads onto the board.
Screenshot 1:
Screenshot 2:

May I know why the non-default workspace does not configure the same way as the default workspace and how this may be solved / any workaround to configure non-default workspaces properly?
Thank You