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: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,8 @@ Currently, the following language features are supported:
41
41
## Documentation
42
42
43
43
Documentation for diagnostics can be found [here](server/src/rules)
44
+
45
+
## Autocomplete
46
+
47
+
Documentation for built in names or modules are generated by the script `server/src/docs/build_docs.mjs`. This script is not automatically run during the build process, as it is rarely updated.
48
+
If an update to the autocomplete is required, run `npm run docs`.
0 commit comments