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.
2 parents 7468975 + 1103ccd commit 198168aCopy full SHA for 198168a
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