Skip to content

Commit

Permalink
Change telemetry IDs for commands (#5685)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Weatherford <[email protected]>
  • Loading branch information
StephenWeatherford and Stephen Weatherford committed Jan 23, 2022
1 parent 87694b2 commit 832eec0
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"env": {
"BICEP_TRACING_ENABLED": "true",
"DEBUGTELEMETRY": "", // "" or "0" or "false": send telemetry; "1": no telemetry; "verbose": telemetry in console, don't send (defined by vscode-azureextensionui)
"DEBUGTELEMETRY": "", // "" or "0" or "false": send telemetry as normal; "1": debug mode (no telemetry sent); "verbose": telemetry in console, don't send (from vscode-azureextensionui)
},
"stopOnEntry": false,
"sourceMaps": true,
Expand Down
3 changes: 2 additions & 1 deletion src/vscode-bicep/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"preLaunchTask": "${defaultBuildTask}",
"env": {
"BICEP_TRACING_ENABLED": "true",
"BICEP_LANGUAGE_SERVER_PATH": "${workspaceRoot}/../Bicep.LangServer/bin/Debug/net6.0/Bicep.LangServer.dll"
"BICEP_LANGUAGE_SERVER_PATH": "${workspaceRoot}/../Bicep.LangServer/bin/Debug/net6.0/Bicep.LangServer.dll",
"DEBUGTELEMETRY": "", // "" or "0" or "false": send telemetry as normal; "1": debug mode (no telemetry sent); "verbose": telemetry in console, don't send (from vscode-azureextensionui)
}
},
{
Expand Down
Loading

0 comments on commit 832eec0

Please sign in to comment.