File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 5
5
{
6
6
"version" : " 0.2.0" ,
7
7
"configurations" : [
8
-
9
8
{
10
9
"name" : " Extension" ,
11
10
"type" : " extensionHost" ,
17
16
"outFiles" : [
18
17
" ${workspaceFolder}/out/src/**/*.js"
19
18
],
20
- "preLaunchTask" : " npm: watch"
19
+ "preLaunchTask" : " npm: watch" ,
20
+ "env" : {
21
+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
22
+ }
21
23
},
22
24
{
23
25
"name" : " Extension Tests Debug" ,
33
35
],
34
36
"preLaunchTask" : " npm: watch" ,
35
37
"env" : {
36
- "OST_DISABLE_COVERAGE" : " yes"
38
+ "OST_DISABLE_COVERAGE" : " yes" ,
39
+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
37
40
}
38
41
},
39
42
{
50
53
],
51
54
"preLaunchTask" : " instrument" ,
52
55
"env" : {
53
- "OST_DISABLE_COVERAGE" : " no"
56
+ "OST_DISABLE_COVERAGE" : " no" ,
57
+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
54
58
}
55
59
},
56
60
{
66
70
"outFiles" : [
67
71
" ${workspaceFolder}/out/test/integration/**/*.js"
68
72
],
69
- "preLaunchTask" : " npm: watch"
73
+ "preLaunchTask" : " npm: watch" ,
74
+ "env" : {
75
+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
76
+ }
70
77
}
71
78
]
72
79
}
You can’t perform that action at this time.
0 commit comments