Skip to content

Commit

Permalink
Limit vscode-xml's document.server.open to 10% of users
Browse files Browse the repository at this point in the history
  • Loading branch information
fbricon authored May 17, 2024
1 parent 023fc09 commit f3d2d4d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/config/telemetry-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
},
"redhat.vscode-xml": {
"enabled": "all",
"ratio": "0.5"
"ratio": "0.5",
"excludes": [
{
"name": "server.document.open",
"ratio":"0.9"
}
]
}
}

0 comments on commit f3d2d4d

Please sign in to comment.