Commit graph

14 commits

Author SHA1 Message Date
Joao Moreno e634302883 extract userData path computation 2016-05-04 11:26:38 +02:00
Joao Moreno e9f9aad3f8 fix bad JS 2016-05-04 11:26:38 +02:00
Joao Moreno 8a59d104d4 use strings for process.env 2016-05-02 18:54:07 +02:00
Joao Moreno ca4519a3b2 workbench/electron-main -> code/electron-main 2016-05-02 16:05:37 +02:00
Benjamin Pasero b43c950147 polish 2016-04-07 09:23:32 +02:00
Daniel Imms 6456f85788 Disallow running as root without --user-data-dir
This commit adds the --user-data-dir argument which allows a custom data dir
for Chromium's user data. This is useful when running as root on Linux since
the root user does not have read or write permissions for the ~/.config/Code
dir.

Part of #3068
2016-04-06 16:31:36 -07:00
Dirk Baeumer 42d8735042 Fixes #4520: Code will not start with locale='zh-cn' or locale='zh-tw' 2016-03-22 12:50:39 +01:00
Dirk Baeumer 06ca87b36e Fixes #4170: Provide a setting to define the locale 2016-03-15 16:15:12 +01:00
Dirk Baeumer 017b07c32a Fixed location to probe for NLS files 2016-03-09 11:01:57 +01:00
Dirk Baeumer dc7bb0c64a Merge branch 'dbaeumer/nls-package-json' 2016-02-15 12:23:08 +01:00
Dirk Baeumer 90dce6abea Add support to localize package.json 2016-02-12 16:06:34 +01:00
Joao Moreno c1ef29da9b export bootstrap from bootstrap-amd 2016-02-12 12:39:37 +01:00
Joao Moreno cf6884c01e refactgor bootstrap-amd 2016-02-09 15:23:23 +01:00
Joao Moreno 44a565c814 refactor bootstrap
related to #2785
2016-02-09 14:59:29 +01:00