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