Bug in nRF SDK

I want to highlight 2 infuriating bugs in nrf connect SDK. I believe it applies to all versions.

1) If you have more than one app in your applications tab, the context will automatically change in the applications folder. A sure way to demo this is to browse a shared source file (i.e. a file in a library which may be included in more than one app). When you do this, the context will change silently to the top app in the list. So, if you are writing code, building and flashing etc, you will continuously be building the wrong app. It's sooo annoying. (I even tried changing the order of the apps in the nrf.code.workspace.json because it was annoying me so much. But this has no effect). 

2) Similar thing. When you are building or carrying out an action in nrf connect vs code extension... Say you want to browse for a file while you are waiting for action to complete. As you access the explorer or search or whatever tab, nrf connect will continuously GRAB the context back to the extension. Also infuriating. Could you please fix these. 

Parents Reply Children
Related