Skip to content

Commit e8a3071

Browse files
authored
fix: disable AutoDisableAccessibility feature (microsoft#169201) (microsoft#169594)
1 parent 8dec4f9 commit e8a3071

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ function configureCommandlineSwitchesSync(cliArgs) {
239239
*/
240240
app.commandLine.appendSwitch('disable-features', 'CalculateNativeWinOcclusion');
241241

242-
/* Following features are enabled from the runtime.
243-
* `AutoDisableAccessibility` - https://github.com/microsoft/vscode/issues/162331#issue-1390744354
244-
*/
245-
app.commandLine.appendSwitch('enable-features', 'AutoDisableAccessibility');
246-
247242
// Support JS Flags
248243
const jsFlags = getJSFlags(cliArgs);
249244
if (jsFlags) {

0 commit comments

Comments
 (0)