mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
chore: update to Electron 22 (#166430)
* chore: bump electron@22.0.0-beta.5 * chore: bump electron@22.0.0-beta.7 * chore: update libc++ flags * chore: switch to c++17 * chore: bump electron@22.0.0 * chore: bump electron@22.0.2 * chore: cleanup build config for linux * chore: update debian dependencies * chore: update rpm dependencies * chore: update electron@22.0.3 * chore: bump electron@22.2.0 * chore: remove deprecated utility process invoker * chore: bump electron@22.2.1 * chore: remove unused methods * chore: update internal electron version * chore: bump electron@22.3.0 * temp: update electron with default PGO * chore: bump electron@22.3.1 * cleanup --------- Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
This commit is contained in:
@@ -81,12 +81,6 @@ const RULES: IRule[] = [
|
||||
skip: true // -> skip all test files
|
||||
},
|
||||
|
||||
// TODO@bpasero remove me once electron utility process has landed
|
||||
{
|
||||
target: '**/vs/workbench/services/extensions/electron-sandbox/nativeLocalProcessExtensionHost.ts',
|
||||
skip: true
|
||||
},
|
||||
|
||||
// Common: vs/base/common/platform.ts
|
||||
{
|
||||
target: '**/vs/base/common/platform.ts',
|
||||
|
||||
Reference in New Issue
Block a user