summarylogtreecommitdiffstats
path: root/theia-electron
diff options
context:
space:
mode:
Diffstat (limited to 'theia-electron')
-rwxr-xr-xtheia-electron4
1 files changed, 3 insertions, 1 deletions
diff --git a/theia-electron b/theia-electron
index 2316d4a33f26..39a6dcbf6db5 100755
--- a/theia-electron
+++ b/theia-electron
@@ -1,2 +1,4 @@
#!/usr/bin/env bash
-/usr/lib/theia-electron/node_modules/.bin/electron /usr/lib/theia-electron "$@" \ No newline at end of file
+/usr/lib/theia-electron/node_modules/.bin/electron /usr/lib/theia-electron \
+ "--plugins=local-dir:$HOME/.theia/plugin-storage/" \
+ "$@" \ No newline at end of file