summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorEnguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com>2024-01-02 12:09:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-01-12 11:34:05 +0000
commited6c38e3aff120a2caf817bb9fe4324979278edc (patch)
treeb1a49ec2be47a4d6c1b2b8996ae19e243be438a9 /documentation/ref-manual
parentf72759de573c97b291717cfe6043305b9797282e (diff)
downloadpoky-ed6c38e3aff120a2caf817bb9fe4324979278edc.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: 645153504690aa8a69b028e95a5e9d2da9644cf1) Signed-off-by: Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/resources.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst
index 8c3726e83b..8e54ac87c9 100644
--- a/documentation/ref-manual/resources.rst
+++ b/documentation/ref-manual/resources.rst
@@ -169,6 +169,11 @@ Here is a list of resources you might find helpful:
169 the :term:`OpenEmbedded Build System`, which uses 169 the :term:`OpenEmbedded Build System`, which uses
170 BitBake, that reports build information. 170 BitBake, that reports build information.
171 171
172- `Yocto Project BitBake extension for VSCode
173 <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__:
174 This extension provides a rich feature set when working with BitBake recipes
175 within the Visual Studio Code IDE.
176
172- :yocto_wiki:`FAQ </FAQ>`: A list of commonly asked 177- :yocto_wiki:`FAQ </FAQ>`: A list of commonly asked
173 questions and their answers. 178 questions and their answers.
174 179