Hi, all
I have some issues about developing on nRF connect SDK with VSCode:
- Go to definition for macro always jumps to the wrong place. For example, BT_DATA_BYTES would go to definition BT_DATA in bluetooth.h, that makes me crazy.
- NRF TERMINAL stops working when I Flash the chip and can't reconnect automatically. But it works in SES.
- How to add extra Cmake arguments, for example, I want to add set(CMAKE_CXX_FLAGS "-O3 -Wall -Wextra")
- When using KConfig to search for something, and Jump to item, it's hard for me to find the item since there's not any highlight for it.
Thank you very much!