Skip to content

Commit f4dc545

Browse files
committed
support dart in Q chat code search
1 parent c22efa0 commit f4dc545

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Feature",
3+
"description": "Support dart in Amazon Q Chat code search"
4+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface LspConfig {
1616

1717
export const defaultAmazonQWorkspaceLspConfig: LspConfig = {
1818
manifestUrl: 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json',
19-
supportedVersions: '0.1.47',
19+
supportedVersions: '0.1.51',
2020
id: 'AmazonQ-Workspace', // used across IDEs for identifying global storage/local disk locations. Do not change.
2121
suppressPromptPrefix: 'amazonQWorkspace',
2222
path: undefined,

0 commit comments

Comments
 (0)