Skip to content

Commit

Permalink
Fix reconnect parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder authored and jfaltermeier committed Dec 22, 2023
1 parent c232508 commit 0ecfc92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"frontend": {
"config": {
"applicationName": "Theia IDE",
"reloadOnReconnect": true,
"preferences": {
"toolbar.showToolbar": true,
"security.workspace.trust.enabled": false
Expand All @@ -35,6 +36,7 @@
},
"backend": {
"config": {
"frontendConnectionTimeout": -1,
"startupTimeout": -1,
"resolveSystemPlugins": false
}
Expand Down

0 comments on commit 0ecfc92

Please sign in to comment.