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.
1 parent 78dbb83 commit 80fc57bCopy full SHA for 80fc57b
packages/core/src/amazonq/lsp/lspClient.ts
@@ -233,7 +233,7 @@ export async function activate(extensionContext: ExtensionContext) {
233
// Create the language client and start the client.
234
LspClient.instance.client = new LanguageClient(
235
'amazonq',
236
- localize('amazonq.server.name', 'Amazon Q Workspace Language Server'),
+ localize('amazonq.server.name', 'Amazon Q Language Server'),
237
serverOptions,
238
clientOptions
239
)
0 commit comments