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 22e0e54 commit 43456deCopy full SHA for 43456de
examples/browser/package.json
@@ -9,7 +9,8 @@
9
"applicationName": "Theia Browser Example",
10
"preferences": {
11
"files.enableTrash": false
12
- }
+ },
13
+ "validatePreferencesSchema": false
14
}
15
16
},
examples/electron/package.json
"target": "electron",
"frontend": {
"config": {
- "applicationName": "Theia Electron Example"
+ "applicationName": "Theia Electron Example",
0 commit comments