diff options
author | Enguerrand de Ribaucourt <enguerrand.de-ribaucourt@savoirfairelinux.com> | 2024-01-02 12:09:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-12 11:34:05 +0000 |
commit | ed6c38e3aff120a2caf817bb9fe4324979278edc (patch) | |
tree | b1a49ec2be47a4d6c1b2b8996ae19e243be438a9 /documentation/overview-manual/development-environment.rst | |
parent | f72759de573c97b291717cfe6043305b9797282e (diff) | |
download | poky-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/overview-manual/development-environment.rst')
-rw-r--r-- | documentation/overview-manual/development-environment.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst index 262d5cb203..d79173ff55 100644 --- a/documentation/overview-manual/development-environment.rst +++ b/documentation/overview-manual/development-environment.rst | |||
@@ -131,6 +131,14 @@ are several ways of working in the Yocto Project environment: | |||
131 | Toaster and on how to use Toaster in general, see the | 131 | Toaster and on how to use Toaster in general, see the |
132 | :doc:`/toaster-manual/index`. | 132 | :doc:`/toaster-manual/index`. |
133 | 133 | ||
134 | - *Using the VSCode Extension:* You can use the `Yocto Project BitBake | ||
135 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__ | ||
136 | extension for Visual Studio Code to start your BitBake builds through a | ||
137 | graphical user interface. | ||
138 | |||
139 | Learn more about the VSCode Extension on the `extension's marketplace page | ||
140 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__. | ||
141 | |||
134 | Yocto Project Source Repositories | 142 | Yocto Project Source Repositories |
135 | ================================= | 143 | ================================= |
136 | 144 | ||