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
@@ -38,7 +38,7 @@ This will set up a new LF package with the following structure:
38
38
└── └── Lingo.toml # Configuration file for current package
39
39
```
40
40
41
-
#### Option 2: Create a New LF File
41
+
#### Option 2: Manually Create the Required Files
42
42
1. Go to <kbd>File > New File...</kbd> and select `New Lingua Franca File`.
43
43
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