File tree Expand file tree Collapse file tree 3 files changed +35
-10
lines changed
packages/cursorless-vscode-e2e/src/suite/fixtures/recorded/contiguousScope Expand file tree Collapse file tree 3 files changed +35
-10
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,13 @@ command:
13
13
initialState :
14
14
documentContents : |-
15
15
// hello
16
-
17
16
// world
18
17
selections :
19
- - anchor : {line: 0 , character: 0 }
20
- active : {line: 0 , character: 0 }
18
+ - anchor : {line: 1 , character: 8 }
19
+ active : {line: 1 , character: 8 }
21
20
marks : {}
22
21
finalState :
23
- documentContents : |-
24
-
25
-
26
- // world
22
+ documentContents : " "
27
23
selections :
28
24
- anchor : {line: 0, character: 0}
29
25
active : {line: 0, character: 0}
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ command:
13
13
initialState :
14
14
documentContents : |-
15
15
// hello
16
- // world
16
+ // world
17
17
selections :
18
- - anchor : {line: 1, character: 8 }
19
- active : {line: 1, character: 8 }
18
+ - anchor : {line: 1, character: 0 }
19
+ active : {line: 1, character: 0 }
20
20
marks : {}
21
21
finalState :
22
22
documentContents : " "
Original file line number Diff line number Diff line change
1
+ languageId : javascript
2
+ command :
3
+ version : 6
4
+ spokenForm : change comment
5
+ action :
6
+ name : clearAndSetSelection
7
+ target :
8
+ type : primitive
9
+ modifiers :
10
+ - type : containingScope
11
+ scopeType : {type: comment}
12
+ usePrePhraseSnapshot : true
13
+ initialState :
14
+ documentContents : |-
15
+ // hello
16
+
17
+ // world
18
+ selections :
19
+ - anchor : {line: 0, character: 0}
20
+ active : {line: 0, character: 0}
21
+ marks : {}
22
+ finalState :
23
+ documentContents : |-
24
+
25
+
26
+ // world
27
+ selections :
28
+ - anchor : {line: 0, character: 0}
29
+ active : {line: 0, character: 0}
You can’t perform that action at this time.
0 commit comments