Skip to content

Commit 2c025ca

Browse files
Merge master into feature/sdkv3
2 parents 820b126 + 7fd14b1 commit 2c025ca

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)