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 f767505 commit 86df670Copy full SHA for 86df670
packages/amazonq/src/lsp/config.ts
@@ -8,7 +8,7 @@ import { LspConfig } from 'aws-core-vscode/amazonq'
8
9
export const defaultAmazonQLspConfig: LspConfig = {
10
manifestUrl: 'https://aws-language-servers-gamma.amazonaws.com/remoteWorkspaceContext/0/manifest.json',
11
- supportedVersions: '0.1.2-rc.5',
+ supportedVersions: '0.1.2-rc.8',
12
id: 'AmazonQ', // used for identification in global storage/local disk location. Do not change.
13
path: undefined,
14
}
0 commit comments