diff options
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r-- | documentation/overview-manual/yp-intro.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index 25dc08b09d..f7cd2486af 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst | |||
@@ -340,6 +340,18 @@ the Yocto Project: | |||
340 | view information about builds. For information on Toaster, see the | 340 | view information about builds. For information on Toaster, see the |
341 | :doc:`/toaster-manual/index`. | 341 | :doc:`/toaster-manual/index`. |
342 | 342 | ||
343 | - *VSCode IDE Extension:* The `Yocto Project BitBake | ||
344 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__ | ||
345 | extension for Visual Studio Code provides a rich set of features for working | ||
346 | with BitBake recipes. The extension provides syntax highlighting, | ||
347 | hover tips, and completion for BitBake files as well as embedded Python and | ||
348 | Bash languages. Additional views and commands allow you to efficiently | ||
349 | browse, build and edit recipes. It also provides SDK integration for | ||
350 | cross-compiling and debugging through ``devtool``. | ||
351 | |||
352 | Learn more about the VSCode Extension on the `extension's frontpage | ||
353 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__. | ||
354 | |||
343 | Production Tools | 355 | Production Tools |
344 | ---------------- | 356 | ---------------- |
345 | 357 | ||
@@ -610,6 +622,14 @@ Build Host runs, you have several choices. | |||
610 | For information about and how to use Toaster, see the | 622 | For information about and how to use Toaster, see the |
611 | :doc:`/toaster-manual/index`. | 623 | :doc:`/toaster-manual/index`. |
612 | 624 | ||
625 | - *Using the VSCode Extension:* You can use the `Yocto Project BitBake | ||
626 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__ | ||
627 | extension for Visual Studio Code to start your BitBake builds through a | ||
628 | graphical user interface. | ||
629 | |||
630 | Learn more about the VSCode Extension on the `extension's marketplace page | ||
631 | <https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake>`__ | ||
632 | |||
613 | Reference Embedded Distribution (Poky) | 633 | Reference Embedded Distribution (Poky) |
614 | ====================================== | 634 | ====================================== |
615 | 635 | ||