File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 55{
66 "version" : " 0.2.0" ,
77 "configurations" : [
8-
98 {
109 "name" : " Extension" ,
1110 "type" : " extensionHost" ,
1716 "outFiles" : [
1817 " ${workspaceFolder}/out/src/**/*.js"
1918 ],
20- "preLaunchTask" : " npm: watch"
19+ "preLaunchTask" : " npm: watch" ,
20+ "env" : {
21+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
22+ }
2123 },
2224 {
2325 "name" : " Extension Tests Debug" ,
3335 ],
3436 "preLaunchTask" : " npm: watch" ,
3537 "env" : {
36- "OST_DISABLE_COVERAGE" : " yes"
38+ "OST_DISABLE_COVERAGE" : " yes" ,
39+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
3740 }
3841 },
3942 {
5053 ],
5154 "preLaunchTask" : " instrument" ,
5255 "env" : {
53- "OST_DISABLE_COVERAGE" : " no"
56+ "OST_DISABLE_COVERAGE" : " no" ,
57+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
5458 }
5559 },
5660 {
6670 "outFiles" : [
6771 " ${workspaceFolder}/out/test/integration/**/*.js"
6872 ],
69- "preLaunchTask" : " npm: watch"
73+ "preLaunchTask" : " npm: watch" ,
74+ "env" : {
75+ "VSCODE_REDHAT_TELEMETRY_DEBUG" :" true"
76+ }
7077 }
7178 ]
7279}
You can’t perform that action at this time.
0 commit comments