Skip to content

Commit 43456de

Browse files
author
Akos Kitta
committed
Disabled the preferenced schema validation in
the example apps. Signed-off-by: Akos Kitta <[email protected]>
1 parent 22e0e54 commit 43456de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

examples/browser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"applicationName": "Theia Browser Example",
1010
"preferences": {
1111
"files.enableTrash": false
12-
}
12+
},
13+
"validatePreferencesSchema": false
1314
}
1415
}
1516
},

examples/electron/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"target": "electron",
1010
"frontend": {
1111
"config": {
12-
"applicationName": "Theia Electron Example"
12+
"applicationName": "Theia Electron Example",
13+
"validatePreferencesSchema": false
1314
}
1415
}
1516
},

0 commit comments

Comments
 (0)