Skip to content

Commit

Permalink
Merge master into feature/q-dev-ux
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation authored Nov 8, 2024
2 parents e7fd8ca + d5a7e8e commit 99bac24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "Fix suboptimal inline suggestions from Amazon Q caused by improperly formatted supplemental context"
}
2 changes: 1 addition & 1 deletion packages/core/src/amazonq/lsp/lspController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface Manifest {
}
const manifestUrl = 'https://aws-toolkit-language-servers.amazonaws.com/q-context/manifest.json'
// this LSP client in Q extension is only going to work with these LSP server versions
const supportedLspServerVersions = ['0.1.25']
const supportedLspServerVersions = ['0.1.27']

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

Expand Down

0 comments on commit 99bac24

Please sign in to comment.