Skip to content

Commit f2fe9dc

Browse files
authored
Merge pull request #1488 from ahoppen/add-comment-vscode-diag-bundle-in-sync
Add comment to keep the message about keeping the list of information collected in sourcekit-lsp in sync with the VS Code plugin
2 parents 3092e0c + 564f96c commit f2fe9dc

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
@@ -342,6 +342,8 @@ public struct DiagnoseCommand: AsyncParsableCommand {
342342

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

0 commit comments

Comments
 (0)