Skip to content

Commit c9d7799

Browse files
authored
fix: disable skia graphite backend (#289308)
1 parent 6187897 commit c9d7799

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,10 @@ function configureCommandlineSwitchesSync(cliArgs: NativeParsedArgs) {
356356
// use up to 2
357357
app.commandLine.appendSwitch('max-active-webgl-contexts', '32');
358358

359+
// Disable Skia Graphite backend.
360+
// Refs https://github.com/microsoft/vscode/issues/284162
361+
app.commandLine.appendSwitch('disable-skia-graphite');
362+
359363
return argvConfig;
360364
}
361365

0 commit comments

Comments
 (0)