* `rest-client.enableTelemetry`: Send out anonymous usage data. (Default is __true__) * `rest-client.enableTelemetry`: Send out anonymous usage data. (Default is __false__) * `rest-client.excludeHostsForProxy`: Excluded hosts when using proxy settings. (Default is __[]__) * `rest...
log.debug("Telemetry.send(): telemetry is disabled, not sending data") return @@ -362,7 +363,7 @@ async def trace_code_event(self, name: str, data: dict): :param name: name of the event :param data: data to send with the event """ if not self.enabled: if not self.enabled...
VSCode disabletelemetryreporting https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting Next.jstelemetry Attention: Next.js now collects completely anonymoustelemetryregarding usage. This information is used to shape Next.js'roadmapand prioritize features. You can learn mor...
'disable-restore-windows': { type: 'boolean' }, 'disable-telemetry': { type: 'boolean' }, 'disable-updates': { type: 'boolean' }, 'disable-crash-reporter': { type: 'boolean' }, 2 src/vs/platform/windows/electron-main/windowsMainService.ts @@ -433,7 +433,7 @@ export class ...
microsoft / vscode Public Notifications Fork 28.8k Star 163k Code Issues 5k+ Pull requests 493 Actions Projects 1 Wiki Security Insights Telemetry Disable action to remove last view container #33960 Sign in to view logs Summary Jobs Check metadata Run details Usage Workflow file ...
import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IUriIdentityService } from 'vs/platform/uriIdentity/common/uriIdentity'; import { AbstractSynchroniser, getSyncResourceLogLabel, IAcceptResult, IMergeResult, IResourcePreview, isSyncData } from 'vs/platform/userData...
import { getGalleryExtensionTelemetryData, getLocalExtensionTelemetryData, areSameExtensions, groupByExtension, getGalleryExtensionId } from 'vs/platform/extensionManagement/common/extensionManagementUtil'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { IConfigur...
I think those requests are only for telemetry data, they are found inhttps://github.com/Microsoft/vscode/blob/5ebdf7319751a864157a1fc932cd21c4782e8e30/src/vs/platform/telemetry/node/workbenchCommonProperties.ts. Function function getSqmUserId and so on. ...
try-puppeteer.appspot.com makes a bad impression about the Puppeteer#1555 Closed vladholubievmentioned this issueJan 30, 2018 drmrbrewermentioned this issueMar 1, 2018 aslushnikovadded a commit to aslushnikov/puppeteer that referenced this issueApr 11, 2018 ...
OverrideDefaultFromEnvar("PG_EXPORTER_WEB_TELEMETRY_PATH").String() queriesPath = kingpin.Flag("extend.query-path", "Path to custom queries to run.").Default("").OverrideDefaultFromEnvar("PG_EXPORTER_EXTEND_QUERY_PATH").String() onlyDumpMaps = kingpin.Flag("dumpmaps", "Do not run, ...