File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
packages/react-day-picker/.vscode Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change 7
7
"isBackground" : false ,
8
8
"type" : " shell" ,
9
9
"problemMatcher" : [],
10
- "runOptions" : {
11
- "runOn" : " folderOpen" ,
12
- "instanceLimit" : 1
13
- },
14
10
"presentation" : {
15
11
"close" : true ,
16
12
"panel" : " dedicated"
22
18
"script" : " build-watch" ,
23
19
"problemMatcher" : [],
24
20
"isBackground" : true ,
25
- "dependsOn" : [" yarn install" ],
26
21
"runOptions" : {
27
22
"runOn" : " folderOpen" ,
28
23
"instanceLimit" : 1
38
33
"script" : " typecheck-watch" ,
39
34
"group" : " build" ,
40
35
"problemMatcher" : [" $tsc-watch" ],
41
- "dependsOn" : [" yarn install" ],
42
36
"isBackground" : true ,
43
37
"runOptions" : { "runOn" : " folderOpen" }
44
38
}
Original file line number Diff line number Diff line change 7
7
"isBackground" : false ,
8
8
"type" : " shell" ,
9
9
"problemMatcher" : [],
10
- "runOptions" : {
11
- "runOn" : " folderOpen" ,
12
- "instanceLimit" : 1
13
- },
14
10
"presentation" : {
15
11
"close" : true ,
16
12
"panel" : " dedicated"
26
22
"runOn" : " folderOpen" ,
27
23
"instanceLimit" : 1
28
24
},
29
- "dependsOn" : [" yarn install" ],
30
25
"presentation" : {
31
26
"reveal" : " always" ,
32
27
"panel" : " dedicated"
39
34
"group" : " build" ,
40
35
"problemMatcher" : [" $tsc-watch" ],
41
36
"isBackground" : true ,
42
- "dependsOn" : [" yarn install" ],
43
37
"runOptions" : {
44
38
"runOn" : " folderOpen"
45
39
}
You can’t perform that action at this time.
0 commit comments