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 b474ec2 commit 2650145Copy full SHA for 2650145
packages/core/src/codewhisperer/util/editorContext.ts
@@ -109,7 +109,7 @@ export function getNotebookCellsSliceContext(
109
cells = cells.reverse()
110
}
111
cells.some((cell) => {
112
- let cellText = addNewlineIfMissing(getNotebookCellContext(cell, referenceLanguage))
+ const cellText = addNewlineIfMissing(getNotebookCellContext(cell, referenceLanguage))
113
if (cellText.length > 0) {
114
if (cellText.length >= maxLength) {
115
if (fromStart) {
0 commit comments