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.
1 parent bce4cf6 commit 564f96cCopy full SHA for 564f96c
Sources/Diagnose/DiagnoseCommand.swift
@@ -341,6 +341,8 @@ public struct DiagnoseCommand: AsyncParsableCommand {
341
342
@MainActor
343
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)
346
print(
347
"""
348
sourcekit-lsp diagnose collects information that helps the developers of sourcekit-lsp diagnose and fix issues.
0 commit comments