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 26483bf commit e20f552Copy full SHA for e20f552
packages/core/src/amazonq/lsp/lspController.ts
@@ -58,9 +58,9 @@ export interface Manifest {
58
targets: Target[]
59
}[]
60
}
61
-const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.36.json'
+const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.37.json'
62
// this LSP client in Q extension is only going to work with these LSP server versions
63
-const supportedLspServerVersions = ['0.1.36']
+const supportedLspServerVersions = ['0.1.37']
64
65
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
66
0 commit comments