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.
1 parent f7517bc commit 37b51f5Copy full SHA for 37b51f5
packages/core/src/amazonq/lsp/lspController.ts
@@ -66,7 +66,7 @@ export interface Manifest {
66
}
67
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
68
// this LSP client in Q extension is only going to work with these LSP server versions
69
-const supportedLspServerVersions = ['0.1.18']
+const supportedLspServerVersions = ['0.1.19']
70
71
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
72
0 commit comments