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: blog/2024-11-11-package.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This will set up a new LF package with the following structure:
39
39
└── └── Lingo.toml # Configuration file for current package
40
40
```
41
41
42
-
#### Option 2: Create a New [LF File](/docs/glossary/glossaryx#lf-file)
42
+
#### Option 2: Create a New LF File
43
43
1. Go to <kbd>File > New File...</kbd> and select `New Lingua Franca File`.
44
44
2. Save the file in a directory called `src` to ensure that generated code is placed in a parallel `src-gen` directory. For example, if your file is called `Foo.lf`, the directory structure after building will look like this:
0 commit comments