Skip to content

Commit 91adc3f

Browse files
authored
deps(amazonq): Update amazon q language server to 3.x.x (#6528)
## Problem Amazon q currently uses the 2.3.2 version of the language server which doesn't appear to be working ## Solution Update to the 3.x.x series for now Independently i'm going to follow up with teams to understand how this happened. Had we released this feature to prod amazon q inline would have been completely broken --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 9f511f1 commit 91adc3f

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)