Skip to content

Commit 564f96c

Browse files
committed
Add comment to keep the message about keeping the list of information collected in sourcekit-lsp in sync with the VS Code plugin
1 parent bce4cf6 commit 564f96c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Diagnose/DiagnoseCommand.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,8 @@ public struct DiagnoseCommand: AsyncParsableCommand {
341341

342342
@MainActor
343343
public func run() async throws {
344+
// IMPORTANT: When adding information to this message, also add it to the message displayed in VS Code
345+
// (captureDiagnostics.ts in the vscode-swift repository)
344346
print(
345347
"""
346348
sourcekit-lsp diagnose collects information that helps the developers of sourcekit-lsp diagnose and fix issues.

0 commit comments

Comments
 (0)