Skip to content

Commit ddaf0d5

Browse files
Updated comment
1 parent c274f4e commit ddaf0d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cursorless-vscode-e2e/src/suite/performance.vscode.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ async function selectScopeType(scopeType: ScopeType, thresholdMs: number) {
9494

9595
async function testPerformance(thresholdMs: number, action: ActionDescriptor) {
9696
const editor = await openNewEditor(testData, { languageId: "json" });
97+
// This is the position of the last json key in the document
9798
const position = new vscode.Position(editor.document.lineCount - 3, 5);
9899
const selection = new vscode.Selection(position, position);
99100
editor.selections = [selection];

0 commit comments

Comments
 (0)