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: Documentation/Modules.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ This includes:
71
71
72
72
Types that are API-compatible with OSLog to allow logging to OSLog when building for Darwin platforms and logging to stderr or files on non-Darwin platforms. This should not be dependent on any LSP specific types and be portable to other packages.
73
73
74
+
### SKOptions
75
+
76
+
Configuration options to change how SourceKit-LSP behaves, based on [Configuration files](Configuration%20File.md).
77
+
74
78
### SKSupport
75
79
76
80
Contains SourceKit-LSP-specific helper functions. These fall into three different categories:
0 commit comments