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