131 matches across 5 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/macro.test.ts | 261 | // Step 0: |
| LOW | test/macro.test.ts | 276 | // Step 0: |
| LOW | test/macro.test.ts | 283 | // Step 1: |
| LOW | test/macro.test.ts | 298 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 135 | // Step 1: Again we press the keys '<space>w' and we assert that nothing has changed since the |
| LOW | test/configuration/remaps.test.ts | 143 | // Step 2: Since we didn't wait for timeout on the previous step it is still waiting for timeout to |
| LOW | test/configuration/remaps.test.ts | 152 | // Step 3: Press keys '<space>b' that remap to '0' but since there is the '<space>bb' potential |
| LOW | test/configuration/remaps.test.ts | 162 | // Step 4: Again we press the keys '<space>b' and we assert that nothing has changed since the |
| LOW | test/configuration/remaps.test.ts | 170 | // Step 5: Since we didn't wait for timeout on the previous step it is still waiting for timeout to |
| LOW | test/configuration/remaps.test.ts | 179 | // Step 6: '<space>ee' should be handled by the RecursiveRemapper after timeout |
| LOW | test/configuration/remaps.test.ts | 187 | // Step 7: '<space>eee' should be handled by the NonRecursiveRemapper without timeout |
| LOW | test/configuration/remaps.test.ts | 194 | // Step 8: '<space>ll' should be handled by the NonRecursiveRemapper after timeout |
| LOW | test/configuration/remaps.test.ts | 202 | // Step 9: '<space>lll' should be handled by the RecursiveRemapper without timeout |
| LOW | test/configuration/remaps.test.ts | 319 | // Step 1: |
| LOW | test/configuration/remaps.test.ts | 329 | // Step 2: |
| LOW | test/configuration/remaps.test.ts | 339 | // Step 3: |
| LOW | test/configuration/remaps.test.ts | 371 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 381 | // Step 1: |
| LOW | test/configuration/remaps.test.ts | 390 | // Step 2: |
| LOW | test/configuration/remaps.test.ts | 450 | // Step 3: |
| LOW | test/configuration/remaps.test.ts | 460 | // Step 4: |
| LOW | test/configuration/remaps.test.ts | 470 | // Step 5: |
| LOW | test/configuration/remaps.test.ts | 480 | // Step 6: |
| LOW | test/configuration/remaps.test.ts | 490 | // Step 7: |
| LOW | test/configuration/remaps.test.ts | 500 | // Step 8: |
| LOW | test/configuration/remaps.test.ts | 560 | // Step 3: |
| LOW | test/configuration/remaps.test.ts | 570 | // Step 4: |
| LOW | test/configuration/remaps.test.ts | 580 | // Step 5: |
| LOW | test/configuration/remaps.test.ts | 590 | // Step 6: |
| LOW | test/configuration/remaps.test.ts | 600 | // Step 7: |
| LOW | test/configuration/remaps.test.ts | 610 | // Step 8: |
| LOW | test/configuration/remaps.test.ts | 1147 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 1157 | // Step 1: |
| LOW | test/configuration/remaps.test.ts | 1166 | // Step 2: |
| LOW | test/configuration/remaps.test.ts | 1175 | // Step 3: |
| LOW | test/configuration/remaps.test.ts | 1184 | // Step 4: |
| LOW | test/configuration/remaps.test.ts | 1193 | // Step 5: |
| LOW | test/configuration/remaps.test.ts | 48 | // Step 0: Press keys '<space>w' that remap to 'w' but since 'w' is an ambiguous remap it waits |
| LOW | test/configuration/remaps.test.ts | 59 | // Step 1: Again we press the keys '<space>w' that remaps to 'w' and waits for timeout and we assert |
| LOW | test/configuration/remaps.test.ts | 67 | // Step 2: Since we didn't wait for timeout on the previous step it is still waiting for timeout to |
| LOW | test/configuration/remaps.test.ts | 121 | // Step 0: Press keys '<space>w' that remap to '$' but since there is the '<space>ww' potential |
| LOW | test/configuration/remaps.test.ts | 240 | // Step 0: 'xxx' has no remapping and not actions so it does nothing but should still |
| LOW | test/configuration/remaps.test.ts | 250 | // Step 1: 'lll' has no remapping and not actions so it does nothing but should still |
| LOW | test/configuration/remaps.test.ts | 268 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 284 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 308 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 351 | // Step 4: |
| LOW | test/configuration/remaps.test.ts | 415 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 427 | // Step 1: |
| LOW | test/configuration/remaps.test.ts | 438 | // Step 2: |
| LOW | test/configuration/remaps.test.ts | 525 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 537 | // Step 1: |
| LOW | test/configuration/remaps.test.ts | 548 | // Step 2: |
| LOW | test/configuration/remaps.test.ts | 628 | // Step 0: |
| LOW | test/configuration/remaps.test.ts | 639 | // Step 1: |
| LOW | test/configuration/remaps.test.ts | 651 | // Step 2: |
| LOW | test/configuration/remaps.test.ts | 662 | // Step 3: |
| LOW | test/configuration/remaps.test.ts | 921 | // Step 0: there is no timeout because 'b' breaks ambiguity |
| LOW | test/configuration/remaps.test.ts | 930 | // Step 1: there will be timeout |
| LOW | test/configuration/remaps.test.ts | 941 | // Step 2: there will be timeout |
| 17 more matches not shown… | |||
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | extensionBase.ts | 549 | vscode.window.activeTextEditor.document.uri.toString() === 'debug:input' |
| CRITICAL | test/testUtils.ts | 151 | !vscode.window.activeTextEditor.document.fileName.endsWith(args.fileExtension)) || |
| CRITICAL | src/cmd_line/commands/bufferDelete.ts | 37 | vscode.window.tabGroups.activeTabGroup.tabs.findIndex((t) => t.isActive) + 1; |
| CRITICAL | src/cmd_line/commands/write.ts | 173 | const matchingTab = vscode.window.tabGroups.activeTabGroup.tabs.find((tab: vscode.Tab) => |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/sentenceMotion.test.ts | 12 | start: ['lorem ipsum. lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 14 | end: ['lorem ipsum. |lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 19 | start: ['lorem ipsum. lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 21 | end: ['lorem ipsum. |lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 26 | start: ['lorem ipsum. lorem ipsum. lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 28 | end: ['lorem ipsum. |lorem ipsum. lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 33 | start: ['lorem ipsum. |lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 35 | end: ['|lorem ipsum. lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 40 | start: ['lorem ipsum.lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 42 | end: ['|lorem ipsum.lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 47 | start: ['lorem ipsum.|lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 49 | end: ['|lorem ipsum.lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 54 | start: ['"lorem ipsum." lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 56 | end: ['"lorem ipsum." |lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 61 | start: ["'lorem ipsum.' lorem ipsum|"], |
| LOW | test/sentenceMotion.test.ts | 63 | end: ["'lorem ipsum.' |lorem ipsum"], |
| LOW | test/sentenceMotion.test.ts | 68 | start: ['(lorem ipsum.) lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 70 | end: ['(lorem ipsum.) |lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 75 | start: ['[lorem ipsum.] lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 77 | end: ['[lorem ipsum.] |lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 82 | start: ['lorem ipsum', 'lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 84 | end: ['|lorem ipsum', 'lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 89 | start: ['lorem ipsum.', 'lorem ipsum|'], |
| LOW | test/sentenceMotion.test.ts | 91 | end: ['lorem ipsum.', '|lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 96 | start: ['lorem ipsum', '|lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 98 | end: ['|lorem ipsum', 'lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 103 | start: ['lorem ipsum.', '|lorem ipsum'], |
| LOW | test/sentenceMotion.test.ts | 105 | end: ['|lorem ipsum.', 'lorem ipsum'], |
| LOW | test/configuration/remapper.test.ts | 226 | const expectedDocumentContent = 'lorem ipsum'; |
| LOW | test/configuration/remapper.test.ts | 291 | const expectedDocumentContent = 'lorem ipsum'; |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | test/index.ts | 1 | // |
| LOW | test/testSimplifier.ts | 421 | setTimeout(async () => { |
| LOW | test/mode/normalModeTests/motions.test.ts | 501 | // test('Remembers a forward search from another editor', async function() { |
| LOW | test/mode/normalModeTests/motions.test.ts | 521 | // }); |
| LOW | test/mode/normalModeTests/motions.test.ts | 581 | |
| LOW | test/mode/normalModeTests/motions.test.ts | 601 | // end: ['three four |two one'], |
| LOW | test/actions/insertLine.test.ts | 61 | await modeHandler.handleMultipleKeyEvents(['<Esc>']); |
| LOW | src/textobject/textobject.ts | 741 | return configuration.argumentObjectSeparators; |
| LOW | src/textobject/textobject.ts | 761 | // |
| LOW | src/configuration/remapper.ts | 161 | if (this.hasAmbiguousRemap) { |
| LOW | src/configuration/remapper.ts | 181 | // remap the 'a' should be handled. |
| LOW | src/common/number/numericString.ts | 101 | const prefix = input.slice(0, coreBegin); |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | extensionBase.ts | 30 | export async function getAndUpdateModeHandler( |
| LOW | src/textobject/paragraph.ts | 28 | export function getCurrentParagraphBeginning(pos: Position, trimWhite: boolean = false): Position { |
| LOW | src/textobject/sentence.ts | 73 | function getFirstNonWhitespaceInParagraph( |
| LOW | src/transformations/transformations.ts | 261 | export function overlappingTransformations( |
| LOW | src/mode/mode.ts | 84 | export function visualBlockGetTopLeftPosition(start: Position, stop: Position): Position { |
| LOW | src/mode/mode.ts | 88 | export function visualBlockGetBottomRightPosition(start: Position, stop: Position): Position { |
| LOW | src/util/decorationUtils.ts | 63 | export function getDecorationsForSearchMatchRanges( |
| LOW | src/actions/commands/search.ts | 89 | async function createSearchStateAndMoveToMatch(args: { |