Skip to content

Commit e20f552

Browse files
committed
dev lsp 0.1.37
1 parent 26483bf commit e20f552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/amazonq/lsp/lspController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export interface Manifest {
5858
targets: Target[]
5959
}[]
6060
}
61-
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.36.json'
61+
const manifestUrl = 'https://ducvaeoffl85c.cloudfront.net/manifest-0.1.37.json'
6262
// this LSP client in Q extension is only going to work with these LSP server versions
63-
const supportedLspServerVersions = ['0.1.36']
63+
const supportedLspServerVersions = ['0.1.37']
6464

6565
const nodeBinName = process.platform === 'win32' ? 'node.exe' : 'node'
6666

0 commit comments

Comments
 (0)