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
3. Configure your workspace/LSP to point to the location of your generated definitions.
32
+
2. Generate LSP definitions:\
33
+
The `parser.py` script will generate definitions for every method documentation HTML file in a specified directory. To make it easier to generate stubs for all method subdirectories in one go, I provide a couple helper scripts. The inputs are the same for both the powershell and the bash script. Expected inputs are:
34
+
- Path to parser.py
35
+
- Input directory (path to ElunaLuaEngine.github.io repository)
36
+
- Output directory (where the stubs will be created)
37
+
- Debug flag, optional, default false (provides some additional logging in the console)
0 commit comments