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 9be34f3 commit dd1b6bfCopy full SHA for dd1b6bf
packages/core/src/amazonq/lsp/lspController.ts
@@ -64,9 +64,9 @@ export interface Manifest {
64
targets: Target[]
65
}[]
66
}
67
-const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.17.json'
+const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.18.json'
68
// this LSP client in Q extension is only going to work with these LSP server versions
69
-const supportedLspServerVersions = ['0.1.17']
+const supportedLspServerVersions = ['0.1.18']
70
71
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
72
0 commit comments