You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/code-extension.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ Hovering over the **\<Package Name\>** item reveals a terminal icon. Clicking th
89
89
90
90
#### Installed Packages
91
91
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.
93
93
94
94
To install packages:
95
95
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
200
200
201
201
### For Python Users
202
202
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