Skip to content

Commit 45da5fa

Browse files
committed
bump amazonQ helper version
1 parent cde861c commit 45da5fa

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)