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 7468975 commit 1103ccdCopy full SHA for 1103ccd
accessibility/plugin/index.js
@@ -54,6 +54,7 @@ const Accessibility = (on, config) => {
54
const accessibility_ext_path = process.env.ACCESSIBILITY_EXTENSION_PATH
55
56
launchOptions.args.push(`--load-extension=` + accessibility_ext_path)
57
+ launchOptions.args.push('--disable-features=DisableLoadExtensionCommandLineSwitch')
58
return launchOptions
59
}
60
0 commit comments