summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/start.rst
diff options
context:
space:
mode:
authorEnguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>2024-01-02 12:09:33 +0100
committerSteve Sakoman <steve@sakoman.com>2024-01-24 04:04:56 -1000
commit78e79d47c2e08a15b7833bc50ceb47f4854e8efe (patch)
treed7174cdf3255fc9258c58a79121aeecb25f711e1 /documentation/dev-manual/start.rst
parentf5f650aaa4a2dccc82275f291a32e91115d560fa (diff)
downloadpoky-78e79d47c2e08a15b7833bc50ceb47f4854e8efe.tar.gz
manuals: document VSCode extension
The VSCode extension is now officially maintained and published by the Yocto Project so it should be referenced in the manuals to help users discover it. I located the most relevant places to reference the extension by looking at how the old Eclipse plugin was documented in the 2.6 manuals as well as the current Toaster references. (From yocto-docs rev: 21ec0d3b52069dfc85ff47fb4f913a26a092c480) Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/start.rst')
-rw-r--r--documentation/dev-manual/start.rst15
1 files changed, 12 insertions, 3 deletions
diff --git a/documentation/dev-manual/start.rst b/documentation/dev-manual/start.rst
index 5a81506a9b..44503a5183 100644
--- a/documentation/dev-manual/start.rst
+++ b/documentation/dev-manual/start.rst
@@ -332,7 +332,10 @@ to use the Extensible SDK, see the ":doc:`/sdk-manual/extensible`" Chapter in th
332Project Application Development and the Extensible Software Development 332Project Application Development and the Extensible Software Development
333Kit (eSDK) manual. If you want to work on the kernel, see the :doc:`/kernel-dev/index`. If you are going to use 333Kit (eSDK) manual. If you want to work on the kernel, see the :doc:`/kernel-dev/index`. If you are going to use
334Toaster, see the ":doc:`/toaster-manual/setup-and-use`" 334Toaster, see the ":doc:`/toaster-manual/setup-and-use`"
335section in the Toaster User Manual. 335section in the Toaster User Manual. If you are a VSCode user, you can configure
336the `Yocto Project BitBake
337<https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
338extension accordingly.
336 339
337Setting Up to Use CROss PlatformS (CROPS) 340Setting Up to Use CROss PlatformS (CROPS)
338----------------------------------------- 341-----------------------------------------
@@ -424,7 +427,10 @@ section. If you are going to use the Extensible SDK container, see the
424Project Application Development and the Extensible Software Development 427Project Application Development and the Extensible Software Development
425Kit (eSDK) manual. If you are going to use the Toaster container, see 428Kit (eSDK) manual. If you are going to use the Toaster container, see
426the ":doc:`/toaster-manual/setup-and-use`" 429the ":doc:`/toaster-manual/setup-and-use`"
427section in the Toaster User Manual. 430section in the Toaster User Manual. If you are a VSCode user, you can configure
431the `Yocto Project BitBake
432<https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
433extension accordingly.
428 434
429Setting Up to Use Windows Subsystem For Linux (WSLv2) 435Setting Up to Use Windows Subsystem For Linux (WSLv2)
430----------------------------------------------------- 436-----------------------------------------------------
@@ -554,7 +560,10 @@ Extensible SDK container, see the ":doc:`/sdk-manual/extensible`" Chapter in the
554Project Application Development and the Extensible Software Development 560Project Application Development and the Extensible Software Development
555Kit (eSDK) manual. If you are going to use the Toaster container, see 561Kit (eSDK) manual. If you are going to use the Toaster container, see
556the ":doc:`/toaster-manual/setup-and-use`" 562the ":doc:`/toaster-manual/setup-and-use`"
557section in the Toaster User Manual. 563section in the Toaster User Manual. If you are a VSCode user, you can configure
564the `Yocto Project BitBake
565<https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__
566extension accordingly.
558 567
559Locating Yocto Project Source Files 568Locating Yocto Project Source Files
560=================================== 569===================================