mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 06:38:23 +00:00
19f25e4801
* add log-telemetry-appender and wire it up in the shell * enable log-only-telemetry in scripts/code.[sh|bat] * Reduce noise, separate log file for telemetry * Print telemetry events from shared process to corresponding log channel * Telemetry events for cli go to the log file for cli * Merge cli telemetry with all data with cli log * Use LogAppender when running from source * Skip check on isBuilt as the same is done in the shared process * Telemetry events from main process go to corresponding log file * Telemetry events from issue reporter go to corresponding log file * Cleanup to reduce diff amount as I have OCD * More cleanup * Open telemetry log file via the Open Log File command * Use regex to strip out common data * Tests
26 lines
971 B
JSON
26 lines
971 B
JSON
{
|
|
"nameShort": "Code - OSS",
|
|
"nameLong": "Code - OSS",
|
|
"applicationName": "code-oss",
|
|
"dataFolderName": ".vscode-oss",
|
|
"win32MutexName": "vscodeoss",
|
|
"enableTelemetry": true,
|
|
"licenseName": "MIT",
|
|
"licenseUrl": "https://github.com/Microsoft/vscode/blob/master/LICENSE.txt",
|
|
"win32DirName": "Microsoft Code OSS",
|
|
"win32NameVersion": "Microsoft Code OSS",
|
|
"win32RegValueName": "CodeOSS",
|
|
"win32AppId": "{{E34003BB-9E10-4501-8C11-BE3FAA83F23F}",
|
|
"win32x64AppId": "{{D77B7E06-80BA-4137-BCF4-654B95CCEBC5}",
|
|
"win32UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
|
|
"win32x64UserAppId": "{{C6065F05-9603-4FC4-8101-B9781A25D88E}",
|
|
"win32AppUserModelId": "Microsoft.CodeOSS",
|
|
"win32ShellNameShort": "C&ode - OSS",
|
|
"darwinBundleIdentifier": "com.visualstudio.code.oss",
|
|
"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
|
|
"urlProtocol": "code-oss",
|
|
"extensionAllowedProposedApi": [
|
|
"ms-vscode.node-debug",
|
|
"ms-vscode.node-debug2"
|
|
]
|
|
}
|