Open hazratisulton opened 9 months ago
Hm, probably something super simple. We just need /snippet-accepted/ to robot-human score to work. Network telemetry should work even without robot-human, it's strange that it isn't.
@olegklimov can you clarify what the plugin needs to provide the server in order for network telemetry to work?
We need /snippet-accepted/ when the user accepts the grey text. The rest of it should just work, the same way as it works for other plugins. I didn't look into any details about this, I don't know why there are no files user/.cache/refact/telemetry/ , sure there should be.
Ah wait, there is --basic-telemetry
flag, maybe that will help.
And --enduser-client-version
, that has format "PLUGIN_VERSION/IDE_VERSION", for example "refact-2.0.119/vscode-1.87.0-insider"
(for sublime too)
hey @olegklimov there is file user/.cache/refact/telemetry/
We need /snippet-accepted/ when the user accepts the grey text. The rest of it should just work, the same way as it works for other plugins. I didn't look into any details about this, I don't know why there are no files user/.cache/refact/telemetry/ , sure there should be.
Ah wait, there is
--basic-telemetry
flag, maybe that will help.
do we need to add this flag? like
args += "--enduser-client-version " + GetClientVersion() + " ";
Enable option "Telemetry Code Snippets", then use completion. After closing IDE there is no telemetry files in user/.cache/refact/telemetry/
Versions: Refact plugin: v 0.0.2 Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.9.0