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 cb16c75 commit b16e0d2Copy full SHA for b16e0d2
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.19',
+ supportedVersions: '0.1.2-rc.22',
12
id: 'AmazonQ', // used for identification in global storage/local disk location. Do not change.
13
path: undefined,
14
}
0 commit comments