Skip to content

Commit

Permalink
fix: disable AutoDisableAccessibility feature (#169201) (#169594)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak1556 authored Dec 20, 2022
1 parent 8dec4f9 commit e8a3071
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ function configureCommandlineSwitchesSync(cliArgs) {
*/
app.commandLine.appendSwitch('disable-features', 'CalculateNativeWinOcclusion');

/* Following features are enabled from the runtime.
* `AutoDisableAccessibility` - https://github.com/microsoft/vscode/issues/162331#issue-1390744354
*/
app.commandLine.appendSwitch('enable-features', 'AutoDisableAccessibility');

// Support JS Flags
const jsFlags = getJSFlags(cliArgs);
if (jsFlags) {
Expand Down

0 comments on commit e8a3071

Please sign in to comment.