File tree Expand file tree Collapse file tree 2 files changed +48
-0
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/subtoken Expand file tree Collapse file tree 2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ languageId : plaintext
2
+ command :
3
+ version : 5
4
+ spokenForm : pour word
5
+ action : {name: editNewLineAfter}
6
+ targets :
7
+ - type : primitive
8
+ modifiers :
9
+ - type : containingScope
10
+ scopeType : {type: word}
11
+ usePrePhraseSnapshot : true
12
+ initialState :
13
+ documentContents : aaa_bbb
14
+ selections :
15
+ - anchor : {line: 0, character: 0}
16
+ active : {line: 0, character: 0}
17
+ marks : {}
18
+ finalState :
19
+ documentContents : aaa__bbb
20
+ selections :
21
+ - anchor : {line: 0, character: 4}
22
+ active : {line: 0, character: 4}
Original file line number Diff line number Diff line change
1
+ languageId : plaintext
2
+ command :
3
+ version : 5
4
+ spokenForm : pour word air
5
+ action : {name: editNewLineAfter}
6
+ targets :
7
+ - type : primitive
8
+ modifiers :
9
+ - type : containingScope
10
+ scopeType : {type: word}
11
+ mark : {type: decoratedSymbol, symbolColor: default, character: a}
12
+ usePrePhraseSnapshot : true
13
+ initialState :
14
+ documentContents : aaa_bbb
15
+ selections :
16
+ - anchor : {line: 0, character: 0}
17
+ active : {line: 0, character: 0}
18
+ marks :
19
+ default.a :
20
+ start : {line: 0, character: 0}
21
+ end : {line: 0, character: 7}
22
+ finalState :
23
+ documentContents : aaa_bbb_
24
+ selections :
25
+ - anchor : {line: 0, character: 8}
26
+ active : {line: 0, character: 8}
You can’t perform that action at this time.
0 commit comments