Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vscode: add "source" field to executeCommand metric #607

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

nkomonen-amazon
Copy link
Contributor

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.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nkomonen-amazon nkomonen-amazon requested a review from a team as a code owner November 1, 2023 15:37
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]>
@nkomonen-amazon nkomonen-amazon merged commit 0b5ca36 into aws:main Nov 1, 2023
1 check passed
@nkomonen-amazon nkomonen-amazon deleted the executeCommandSource branch November 1, 2023 15:50
@@ -35,6 +35,7 @@
"passive": true,
"metadata": [
{ "type": "command" },
{ "type": "source" },
{ "type": "debounceCount" },
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we updating all existing vscode_executeCommand emissions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants