Skip to content

Commit 0b5ca36

Browse files
vscode: add "source" field to executeCommand metric (#607)
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]>
1 parent 89cf723 commit 0b5ca36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

telemetry/definitions/vscodeDefinitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"passive": true,
3636
"metadata": [
3737
{ "type": "command" },
38+
{ "type": "source" },
3839
{ "type": "debounceCount" },
3940
{ "type": "duration" },
4041
{ "type": "result" },

0 commit comments

Comments
 (0)