Logan Ramos

Results 204 comments of Logan Ramos

Would love to see this merged as well. VS Code has a similar problem where we hardcode the entrypoint for jschardet when loading it in the web because it doesn't...

This should be in theory be being done by https://github.com/microsoft/vscode-extension-telemetry/blob/main/src/common/baseTelemetryReporter.ts#L180-L261 can you give an example of a property value that is avoiding this?

This is a tough one because that user string could be anywhere and as you saw with smaller user strings it can even be in common strings within the data.

Thanks for the feature request. In the mean time it would be very easy to write a wrapper that just does some random sampling for you.

No plan at this time but we do have `sendTelemetryException`

This does sound interesting but I'm not sure if optOut is the best word since we have `telemetryEnabled` where `true` is enabled and `false` isn't. Where optOut makes it sound...

We do not currently include that information as we want to keep what we collect at a minimum. We may add user agent though because VS Code core collects that...

Yeah I believe Webpack 5 is now required for this to work. That was the experience with our extensions. I'm not really super experienced in Webpack but if you have...

https://www.npmjs.com/package/@joaomoreno/unique-names-generator is a forked version Microsoft uses for the VS Code project with some of the more commonly offensive words removed. Feel free to use that instead, but there is...

> I notice that with all these changes there are no markdown changes, migration and usage should be covered as this is a larger change The usage itself doesn't really...