Skip to content

Commit

Permalink
Disabled the preferenced schema validation in
Browse files Browse the repository at this point in the history
the example apps.

Signed-off-by: Akos Kitta <[email protected]>
  • Loading branch information
Akos Kitta committed May 24, 2022
1 parent 22e0e54 commit 43456de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"applicationName": "Theia Browser Example",
"preferences": {
"files.enableTrash": false
}
},
"validatePreferencesSchema": false
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion examples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"target": "electron",
"frontend": {
"config": {
"applicationName": "Theia Electron Example"
"applicationName": "Theia Electron Example",
"validatePreferencesSchema": false
}
}
},
Expand Down

0 comments on commit 43456de

Please sign in to comment.