mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
feat: add disable-lcd-text flag (#211716)
This commit is contained in:
@@ -202,7 +202,10 @@ function configureCommandlineSwitchesSync(cliArgs) {
|
||||
'disable-hardware-acceleration',
|
||||
|
||||
// override for the color profile to use
|
||||
'force-color-profile'
|
||||
'force-color-profile',
|
||||
|
||||
// disable LCD font rendering, a Chromium flag
|
||||
'disable-lcd-text'
|
||||
];
|
||||
|
||||
if (process.platform === 'linux') {
|
||||
|
||||
Reference in New Issue
Block a user