We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dec4f9 commit e8a3071Copy full SHA for e8a3071
src/main.js
@@ -239,11 +239,6 @@ function configureCommandlineSwitchesSync(cliArgs) {
239
*/
240
app.commandLine.appendSwitch('disable-features', 'CalculateNativeWinOcclusion');
241
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
-
247
// Support JS Flags
248
const jsFlags = getJSFlags(cliArgs);
249
if (jsFlags) {
0 commit comments