Skip to content

Commit 7fd14b1

Browse files
authored
deps(amazonq): bump amazonQ helper version (#6075)
## Problem - bump amazonQ helper version to the latest ## Solution --- <!--- REMINDER: Ensure that your PR meets the guidelines in CONTRIBUTING.md --> License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 2844554 commit 7fd14b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/lsp/lspController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export interface Manifest {
5858
}
5959
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
6060
// this LSP client in Q extension is only going to work with these LSP server versions
61-
const supportedLspServerVersions = ['0.1.28']
61+
const supportedLspServerVersions = ['0.1.29']
6262

6363
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
6464

0 commit comments

Comments
 (0)