We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 820b126 + 7fd14b1 commit 2c025caCopy full SHA for 2c025ca
packages/core/src/amazonq/lsp/lspController.ts
@@ -58,7 +58,7 @@ export interface Manifest {
58
}
59
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
60
// this LSP client in Q extension is only going to work with these LSP server versions
61
-const supportedLspServerVersions = ['0.1.28']
+const supportedLspServerVersions = ['0.1.29']
62
63
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
64
0 commit comments