I am new to vscode extension development. I have developed a vscode extension and havent published it. its for internal use and users would be using this extension from vsix file.
I now want to collect usage data like - how many people are using this extension, what version of the extension, what version of node they are using etc.
how can i do that? i have looked into vscode telemetry but looks like that mostly sending data to microsoft.
can the usage data be collected without publishing the plugin? if so, how? if not, can it be done if we publish? how?