From 80afa152fb253f9de73b2c5e3fd40a2daa60cd76 Mon Sep 17 00:00:00 2001 From: Alex Hoppen Date: Sat, 14 Sep 2024 13:22:32 -0700 Subject: [PATCH] Replace `FIXME` with `TODO` --- Sources/BuildSystemIntegration/BuildSystemManager.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/BuildSystemIntegration/BuildSystemManager.swift b/Sources/BuildSystemIntegration/BuildSystemManager.swift index c40ab1c2..951a94b1 100644 --- a/Sources/BuildSystemIntegration/BuildSystemManager.swift +++ b/Sources/BuildSystemIntegration/BuildSystemManager.swift @@ -257,7 +257,8 @@ package actor BuildSystemManager: QueueBasedMessageHandler { await delegate.filesDependenciesUpdated(changedWatchedFiles) } - // FIXME: (BSP migration) Forward file watch patterns from this initialize request to the client + // TODO: Forward file watch patterns from this initialize request to the client + // (https://github.com/swiftlang/sourcekit-lsp/issues/1671) initializeResult = Task { () -> InitializeBuildResponse? in guard let connectionToBuildSystem else { return nil