File tree Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Expand file tree Collapse file tree 2 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 1
1
languageId : cpp
2
2
command :
3
3
version : 6
4
- spokenForm : take attribute
4
+ spokenForm : change attribute
5
5
action :
6
- name : setSelection
6
+ name : clearAndSetSelection
7
7
target :
8
8
type : primitive
9
9
modifiers :
@@ -21,9 +21,9 @@ initialState:
21
21
marks : {}
22
22
finalState :
23
23
documentContents : |
24
- [[nodiscard ]]
24
+ [[]]
25
25
int f(int a = 1) {
26
26
}
27
27
selections :
28
- - anchor : {line: 0, character: 0 }
29
- active : {line: 0, character: 13 }
28
+ - anchor : {line: 0, character: 2 }
29
+ active : {line: 0, character: 2 }
Original file line number Diff line number Diff line change @@ -3,21 +3,18 @@ foo <- function() {}
3
3
4
4
[Content] = 0:0-0:3
5
5
>---<
6
- 0| abc <- function(arg){
6
+ 0| foo <- function() {}
7
7
8
8
[Removal] = 0:0-0:7
9
9
>-------<
10
- 0| abc <- function(arg){
10
+ 0| foo <- function() {}
11
11
12
12
[Trailing delimiter] = 0:3-0:7
13
13
>----<
14
- 0| abc <- function(arg){
14
+ 0| foo <- function() {}
15
15
16
- [Domain] = 0:0-2:1
17
- >---------------------
18
- 0| abc <- function(arg){
19
- 1| TRUE
20
- 2| }
21
- -<
16
+ [Domain] = 0:0-0:20
17
+ >--------------------<
18
+ 0| foo <- function() {}
22
19
23
20
[Insertion delimiter] = " "
You can’t perform that action at this time.
0 commit comments