File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -288,8 +288,9 @@ function configureCommandlineSwitchesSync(cliArgs: NativeParsedArgs) {
288
288
289
289
// Following features are disabled from the runtime:
290
290
// `CalculateNativeWinOcclusion` - Disable native window occlusion tracker (https://groups.google.com/a/chromium.org/g/embedder-dev/c/ZF3uHHyWLKw/m/VDN2hDXMAAAJ)
291
+ // `PlzDedicatedWorker` - Refs https://github.com/microsoft/vscode/issues/233060#issuecomment-2523212427
291
292
const featuresToDisable =
292
- `CalculateNativeWinOcclusion,${ app . commandLine . getSwitchValue ( 'disable-features' ) } ` ;
293
+ `CalculateNativeWinOcclusion,PlzDedicatedWorker, ${ app . commandLine . getSwitchValue ( 'disable-features' ) } ` ;
293
294
app . commandLine . appendSwitch ( 'disable-features' , featuresToDisable ) ;
294
295
295
296
// Blink features to configure.
You can’t perform that action at this time.
0 commit comments