Skip to content

Commit d4ccc94

Browse files
authored
Update code-extension.mdx
1 parent e544f53 commit d4ccc94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tools/code-extension.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Hovering over the **\<Package Name\>** item reveals a terminal icon. Clicking th
8989

9090
#### Installed Packages
9191

92-
The **Installed Packages** section lists packages installed using the [Lingo Package Manager](https://github.com/lf-lang/lingo). Developers can use the Lingo Package Manager to retrieve and install LF programs from repositories such as the [Lingua Franca Community Organization](https://github.com/LF-Community).
92+
The **Installed Packages** section lists libraries installed using the [Lingo package manager](https://github.com/lf-lang/lingo). Developers can use the Lingo package manager to retrieve and install LF programs from arbitrary GitHub repositories. A collection of useful packages can be found in the [Lingua Franca Packages](https://github.com/lf-pkgs) GitHub organization.
9393

9494
To install packages:
9595
1. Configure the `Lingo.toml` file with the desired package.
@@ -200,4 +200,4 @@ Clicking on any of the files will open the corresponding LF program in the edito
200200

201201
### For Python Users
202202

203-
Users who edit LF programs with a Python target will benefit the most from Python linting by installing Pylint 2.12.2 or later.
203+
Users who edit LF programs with a Python target will benefit the most from Python linting by installing Pylint 2.12.2 or later.

0 commit comments

Comments
 (0)