Skip to content

Commit f6f1d64

Browse files
authored
1 parent dd21124 commit f6f1d64

File tree

5 files changed

+13
-8
lines changed

5 files changed

+13
-8
lines changed

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
disturl "https://electronjs.org/headers"
2-
target "19.1.3"
2+
target "19.1.6"
33
runtime "electron"
44
build_from_source "true"

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,12 @@
528528
"git": {
529529
"name": "electron",
530530
"repositoryUrl": "https://github.com/electron/electron",
531-
"commitHash": "83077e9b97c55cd4f9f641530442bcfd1c2ab949"
531+
"commitHash": "165d5a2547bfc5ff22cd98950bca7fcddb7dea9d"
532532
}
533533
},
534534
"isOnlyProductionDependency": true,
535535
"license": "MIT",
536-
"version": "19.1.3"
536+
"version": "19.1.6"
537537
},
538538
{
539539
"component": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"cssnano": "^4.1.11",
142142
"debounce": "^1.0.0",
143143
"deemon": "^1.8.0",
144-
"electron": "19.1.3",
144+
"electron": "19.1.6",
145145
"eslint": "8.7.0",
146146
"eslint-plugin-header": "3.1.1",
147147
"eslint-plugin-jsdoc": "^39.3.2",

src/main.js

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

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

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3912,10 +3912,10 @@ electron-to-chromium@^1.4.202:
39123912
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.207.tgz#9c3310ebace2952903d05dcaba8abe3a4ed44c01"
39133913
integrity sha512-piH7MJDJp4rJCduWbVvmUd59AUne1AFBJ8JaRQvk0KzNTSUnZrVXHCZc+eg+CGE4OujkcLJznhGKD6tuAshj5Q==
39143914

3915-
3916-
version "19.1.3"
3917-
resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.3.tgz#90a2b6c3d738789d657477d87d1539f008be6536"
3918-
integrity sha512-P2kfFc8UqVvPHE1w9qTZSPNpfOqd+CK34K3wBqJwokzYdVBLsVkbIoLxyByjJ/cU35WaeCL5bsI8kXALfPvebw==
3915+
3916+
version "19.1.6"
3917+
resolved "https://registry.yarnpkg.com/electron/-/electron-19.1.6.tgz#32443cd293d3d877cd3d224e45880e3fbf264e49"
3918+
integrity sha512-bT6Mr7JbHbONpr/U7R47lwTkMUvuAyOfnoLlbDqvGocQyZCCN3JB436wtf2+r3/IpMEz3T+dHLweFDY5i2wuxw==
39193919
dependencies:
39203920
"@electron/get" "^1.14.1"
39213921
"@types/node" "^16.11.26"

0 commit comments

Comments
 (0)