mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 12:51:00 +01:00
debt - extensions path is always defined
This commit is contained in:
@@ -187,7 +187,7 @@ async function main(server: Server, initData: ISharedProcessInitData, configurat
|
||||
appender: telemetryAppender,
|
||||
commonProperties: resolveCommonProperties(product.commit, product.version, configuration.machineId, product.msftInternalDomains, installSourcePath),
|
||||
sendErrorTelemetry: true,
|
||||
piiPaths: extensionsPath ? [appRoot, extensionsPath] : [appRoot]
|
||||
piiPaths: [appRoot, extensionsPath]
|
||||
};
|
||||
|
||||
telemetryService = new TelemetryService(config, configurationService);
|
||||
|
||||
Reference in New Issue
Block a user