Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
hauserx committed Nov 28, 2024
1 parent e63c4a4 commit 6474ddd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/extension/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,12 @@ function createLsp(config: vscode.WorkspaceConfiguration) {
documentSelector: [{ scheme: "file", language: "starlark" }],
};

return new LanguageClient("bazel", "Bazel LSP Client", serverOptions, clientOptions)
return new LanguageClient(
"bazel",
"Bazel LSP Client",
serverOptions,
clientOptions,
);
}

/**
Expand Down

0 comments on commit 6474ddd

Please sign in to comment.