Use the InitializeRequest from BSP to communicate some static options between the build system and BuildSystemManager

This commit is contained in:
Alex Hoppen
2024-08-24 16:04:21 -07:00
parent 022a6de6c3
commit 9006ab6fc8
6 changed files with 223 additions and 25 deletions

View File

@@ -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",