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 3f41b8b commit 87ae1f4Copy full SHA for 87ae1f4
packages/amazonq/src/lsp/client.ts
@@ -69,7 +69,6 @@ export const clientId = 'amazonq'
69
export const clientName = oidcClientName()
70
export const encryptionKey = crypto.randomBytes(32)
71
72
-
73
export async function startLanguageServer(
74
extensionContext: vscode.ExtensionContext,
75
resourcePaths: AmazonQResourcePaths
0 commit comments