Skip to content

Commit 80fc57b

Browse files
committed
fixup
1 parent 78dbb83 commit 80fc57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/lsp/lspClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export async function activate(extensionContext: ExtensionContext) {
233233
// Create the language client and start the client.
234234
LspClient.instance.client = new LanguageClient(
235235
'amazonq',
236-
localize('amazonq.server.name', 'Amazon Q Workspace Language Server'),
236+
localize('amazonq.server.name', 'Amazon Q Language Server'),
237237
serverOptions,
238238
clientOptions
239239
)

0 commit comments

Comments
 (0)