Skip to content

Commit

Permalink
Throttle vscode-xml and vscode-java telemetry by 50%
Browse files Browse the repository at this point in the history
  • Loading branch information
fbricon authored May 15, 2024
1 parent e41c71d commit 5a6fd93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/telemetry-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"redhat.java": {
"enabled": "all",
"ratio": "0.5",
"excludes": [
{
"name": "textCompletion",
Expand All @@ -20,5 +21,9 @@
"redhat.vscode-yaml": {
"enabled": "all",
"ratio": "0.5"
},
"redhat.vscode-xml": {
"enabled": "all",
"ratio": "0.5"
}
}

0 comments on commit 5a6fd93

Please sign in to comment.