Skip to content

Commit

Permalink
vscode: add "source" field to executeCommand metric (#607)
Browse files Browse the repository at this point in the history
When a vscode command is executed it can be executed
from different places. The 'source' field will help
to identify what caused the command to execute.

Signed-off-by: nkomonen <[email protected]>
  • Loading branch information
nkomonen-amazon authored Nov 1, 2023
1 parent 89cf723 commit 0b5ca36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions telemetry/definitions/vscodeDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"passive": true,
"metadata": [
{ "type": "command" },
{ "type": "source" },
{ "type": "debounceCount" },
{ "type": "duration" },
{ "type": "result" },
Expand Down

0 comments on commit 0b5ca36

Please sign in to comment.