MCPcopy Create free account
hub / github.com/docker/docker-language-server / main

Function main

cmd/docker-language-server/main.go:12–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10)
11
12func main() {
13 bugsnag.Configure(bugsnag.Configuration{
14 APIKey: metadata.BugSnagAPIKey,
15 AppType: "languageServer",
16 AppVersion: metadata.Version,
17 // if it is the empty string it will not be set
18 Hostname: "REDACTED",
19 Logger: log.New(os.Stderr, "", log.LstdFlags),
20 ProjectPackages: []string{"main", "github.com/docker/docker-language-server/**"},
21 ReleaseStage: "production",
22 })
23
24 cli.Execute()
25}

Callers

nothing calls this directly

Calls 1

ExecuteFunction · 0.92

Tested by

no test coverage detected