Skip to content

Commit

Permalink
doc: fix to missing the for nRFVSC
Browse files Browse the repository at this point in the history
Fixed the missing `the` before the |nRFVSC| shortcut.
NCSDK-25286.

Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer authored and nordicjm committed Jan 7, 2025
1 parent cac49ac commit a8f2725
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/nrf/app_dev/config_and_build/kconfig/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ See :ref:`zephyr:setting_configuration_values` in the Zephyr documentation for i

.. group-tab:: nRF Connect for VS Code

If you work with |nRFVSC|, you can use one of the following options:
If you work with the |nRFVSC|, you can use one of the following options:

* Edit the :file:`prj.conf` directly in |VSC|.
* Select an extra Kconfig fragment file when you `build an application <How to build an application_>`_.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Complete the following steps to program firmware onto Thingy:91:

.. group-tab:: nRF Connect for VS Code

5. In |nRFVSC|, click the :guilabel:`Flash` option in the **Actions View**.
5. In the |nRFVSC|, click the :guilabel:`Flash` option in the **Actions View**.

If you have multiple boards connected, you are prompted to pick a device at the top of the screen.

Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/installation/recommended_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ For more information on nrfjprog, see `Programming SoCs with nrfjprog`_.

It is recommended to use the latest version of the package when you :ref:`installing_vsc`.

|nRFVSC|
========
nRF Connect for Visual Studio Code
==================================

|vsc_extension_description|

Expand Down
4 changes: 2 additions & 2 deletions doc/nrf/installation/updating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ After you updated the |NCS| repositories to the new version and you need to migr

.. _vsc_update:

Updating |nRFVSC|
*****************
Updating the |nRFVSC|
*********************

|VSC| checks for extension updates and automatically installs them when they are available.
After an extension is updated, |VSC| prompts you to reload the application.
Expand Down
2 changes: 1 addition & 1 deletion samples/cellular/lwm2m_client/sample_description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Avoiding re-writing credentials to modem
Every time the sample starts, it provisions the keys to the modem and this is only needed once.
To speed up the start up, you can prevent the provisioning by completing the following steps using |VSC|:

1. In |nRFVSC|, `build the sample <How to build an application_>`_.
1. In the |nRFVSC|, `build the sample <How to build an application_>`_.
#. Under **Actions**, click :guilabel:`Kconfig`.
#. Click :guilabel:`Application sample`.
#. Under **LwM2M objects**, remove the key value next to :guilabel:`LwM2M pre-shared key for communication`.
Expand Down

0 comments on commit a8f2725

Please sign in to comment.