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
docs(contributing): update .luarc.json docs for gitignored setup
The .luarc.json is now gitignored (not committed), so update the
contributing guide to reflect that developers must copy the example
config locally instead of editing a committed file.
Also document that SMODS scanning .json mod directories produces a
harmless log error, and add the Balatro globals (localize,
get_blind_amount, get_compressed, save_run, compress_and_save) that
were recently removed from inline diagnostic suppressions.
The `.luarc.json` file should be placed at the root of the balatrobot repository. It configures the Lua Language Server for IDE support (autocomplete, diagnostics, type checking).
46
+
The `.luarc.json` file at the project root configures the Lua Language Server for IDE support (autocomplete, diagnostics, type checking).
47
47
48
-
!!! info "Update Library Paths"
48
+
!!! info "Gitignored — copy from template"
49
49
50
-
You **must** update the `workspace.library` paths in `.luarc.json` to match your system:
50
+
`.luarc.json` is **gitignored** and not committed to the repo. Copy the example below to create your own, or check the current version in the CI logs / ask a maintainer.
0 commit comments