Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cursorless-dev/cursorless
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 381617c30c64debd5f93e4794684d5d2ae411567
Choose a base ref
..
head repository: cursorless-dev/cursorless
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 004d0b8dd8988fd9d86e1122c73c2b39797fe12b
Choose a head ref
Showing with 22 additions and 0 deletions.
  1. +22 −0 packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/languages/typescript/clearName3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
languageId: typescript
command:
version: 5
spokenForm: clear name
action: {name: clearAndSetSelection}
targets:
- type: primitive
modifiers:
- type: containingScope
scopeType: {type: name}
usePrePhraseSnapshot: true
initialState:
documentContents: export interface Aaa {}
selections:
- anchor: {line: 0, character: 0}
active: {line: 0, character: 0}
marks: {}
finalState:
documentContents: export interface {}
selections:
- anchor: {line: 0, character: 17}
active: {line: 0, character: 17}