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 e62473b + 6cd6e73 commit 1988544Copy full SHA for 1988544
Sources/sourcekit-lsp/SourceKitLSP.swift
@@ -102,6 +102,7 @@ extension SKSupport.WorkspaceType: @retroactive ExpressibleByArgument {}
102
@main
103
struct SourceKitLSP: AsyncParsableCommand {
104
static let configuration = CommandConfiguration(
105
+ commandName: "sourcekit-lsp",
106
abstract: "Language Server Protocol implementation for Swift and C-based languages",
107
subcommands: [
108
DiagnoseCommand.self,
0 commit comments