mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Revert "Update to Electron v2.0.0-beta.6 (#46552)"
This reverts commit 88603b377d.
This commit is contained in:
@@ -55,12 +55,12 @@ export class NodeCachedDataManager implements IWorkbenchContribution {
|
||||
}
|
||||
*/
|
||||
this._telemetryService.publicLog('cachedDataInfo', {
|
||||
didRequestCachedData: Boolean((<any>global).require.getConfig().nodeCachedDataDir),
|
||||
didRequestCachedData: Boolean(global.require.getConfig().nodeCachedDataDir),
|
||||
didRejectCachedData,
|
||||
didProduceCachedData
|
||||
});
|
||||
|
||||
(<any>global).require.config({ onNodeCachedData: undefined });
|
||||
global.require.config({ onNodeCachedData: undefined });
|
||||
delete MonacoEnvironment.onNodeCachedData;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user