diff --git a/docs/tools/code-extension.mdx b/docs/tools/code-extension.mdx index f583b9b1b..5d726f51f 100644 --- a/docs/tools/code-extension.mdx +++ b/docs/tools/code-extension.mdx @@ -131,7 +131,7 @@ Once the packages are installed, they will appear in the `./build/lfc_include/` In this structure: - **\**: Represents the root folder of the main package. -- **installed_package**: Represents each package listed in `Lingo.toml`, which contains one or more LF projects featuring reusable reactors. +- ****: Represents each package listed in `Lingo.toml`, which contains one or more LF projects featuring reusable reactors. The image below shows a visual representation of the **Installed Packages** section. The **project** icon indicates the LF Package folder (e.g., `AudioClassification`), while the **root-folder** icon represents the downloaded package (e.g., the `edgeai` package in the example). The **code file** icon denotes an LF program within a package, and the **bracket** icon represents individual reactors inside the LF program.