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
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,14 +67,6 @@ This includes:
67
67
- SplitShellCommand.swift
68
68
- WorkspaceType.swift
69
69
70
-
#### ToolchainRegistry
71
-
72
-
Discovers Swift toolchains on the system.
73
-
74
-
- Toolchain.swift
75
-
- ToolchainRegistry.swift
76
-
- XCToolchainPlist.swift
77
-
78
70
### SKLogging
79
71
80
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.
@@ -112,3 +104,6 @@ This is the core module that implements the SourceKit-LSP server.
112
104
113
105
Extensions to the Swift standard library and Foundation. Should not have any other dependencies. Any types in here should theoretically make senses to put in the Swift standard library or Foundation and they shouldn't be specific to SourceKit-LSP
0 commit comments