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 9f511f1 commit 942a5d2Copy full SHA for 942a5d2
packages/amazonq/src/lsp/lspInstaller.ts
@@ -17,7 +17,7 @@ import {
17
import path from 'path'
18
19
const manifestURL = 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json'
20
-export const supportedLspServerVersions = '^2.3.0'
+export const supportedLspServerVersions = '^3.1.1'
21
22
export class AmazonQLSPResolver implements LspResolver {
23
async resolve(): Promise<LspResolution> {
0 commit comments