Skip to content

Commit

Permalink
feat(amazonq): change active file context limit to 40k
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyuq committed Jan 14, 2025
1 parent 5962a67 commit 5ee2c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { TextEditor, Selection, TextDocument, Range } from 'vscode'

import { FocusAreaContext, FullyQualifiedName } from './model'

const focusAreaCharLimit = 9_000
const focusAreaCharLimit = 40_000

export class FocusAreaContextExtractor {
public isCodeBlockSelected(editor: TextEditor): boolean {
Expand Down

0 comments on commit 5ee2c56

Please sign in to comment.