We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3092e0c + 564f96c commit f2fe9dcCopy full SHA for f2fe9dc
Sources/Diagnose/DiagnoseCommand.swift
@@ -342,6 +342,8 @@ public struct DiagnoseCommand: AsyncParsableCommand {
342
343
@MainActor
344
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)
347
print(
348
"""
349
sourcekit-lsp diagnose collects information that helps the developers of sourcekit-lsp diagnose and fix issues.
0 commit comments