doc: Add VSC instructions to the GSG guide#229
Conversation
|
|
||
| There are two options for setting up the project, depending on your preferred development environment: | ||
|
|
||
| * Using `nRF Connect for VS Code`_ (recommended) |
There was a problem hiding this comment.
Do we have to recommend this? I would change the order as we have plenty of overlay-files for which the documentation is intended for command line usage.
There was a problem hiding this comment.
We recommend the end users to use VSC - https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/install_ncs.html. If really needed, I can remove the word recommended but I think VSC is given priority over command line. VSC works with overlay-files as well - https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/cmake/index.html#providing_cmake_options. I can include those steps (about overlay files).
There was a problem hiding this comment.
No need to change that. But take a look on how the overlay's are discussed in the documentation and whether that aligns with this. We are giving at least come direct command line compilation commands.
There was a problem hiding this comment.
Our company wants to prefer VS Code, I guess. I'd do a compromise and keep the order of the tabs but remove "recommended". But I don't know if we can do that...
There was a problem hiding this comment.
So do we need to change something? Or can I just merge this?
There was a problem hiding this comment.
I plan to add the overlay instructions for VSC. Please wait.
There was a problem hiding this comment.
I have added some sentences about how to configure the variables (Kconfig, overlayfiles, etc)..
Add VSC instructions to the GSG guide. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
Add VSC instructions to the GSG guide.