Open
Description
Description
Had a request for the vscode-swift extension for showing formatting diagnostics while typing: swiftlang/vscode-swift#1220
Since sourcekit-lsp is handling the formatting itself, would it be possible to include swift-format linting diagnostics in the publishDiagnostics notification? Seemingly swift-format would be able to produce that info
/path/to/main.swift:244:23: warning: [TrailingWhitespace] remove trailing whitespace