mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Use the InitializeRequest from BSP to communicate some static options between the build system and BuildSystemManager
This commit is contained in:
@@ -158,7 +158,7 @@ package actor BuildServerBuildSystem: MessageHandler {
|
||||
Language.swift,
|
||||
]
|
||||
|
||||
let initializeRequest = InitializeBuild(
|
||||
let initializeRequest = InitializeBuildRequest(
|
||||
displayName: "SourceKit-LSP",
|
||||
version: "1.0",
|
||||
bspVersion: "2.0",
|
||||
|
||||
Reference in New Issue
Block a user