Skip to content

Commit 942a5d2

Browse files
committed
deps(amazonq): Update amazon q language server to 3.x.x
1 parent 9f511f1 commit 942a5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/src/lsp/lspInstaller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
import path from 'path'
1818

1919
const manifestURL = 'https://aws-toolkit-language-servers.amazonaws.com/codewhisperer/0/manifest.json'
20-
export const supportedLspServerVersions = '^2.3.0'
20+
export const supportedLspServerVersions = '^3.1.1'
2121

2222
export class AmazonQLSPResolver implements LspResolver {
2323
async resolve(): Promise<LspResolution> {

0 commit comments

Comments
 (0)