51 Commits

Author SHA1 Message Date
Joao Moreno
2545370a00 document extensionHomePath 2016-07-20 17:54:16 +02:00
Joao Moreno
2cdcaf24ee create paths in cli process main
fixes #7505
2016-07-13 12:51:58 +02:00
Daniel Imms
c9967d1884 Add -p to --help CLI output 2016-07-11 12:58:45 -07:00
Benjamin Pasero
0525466708 back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-07-08 16:12:10 +02:00
Daniel Imms
e3fcbe6b6d Fix argv tests 2016-07-07 09:52:54 -07:00
Daniel Imms
06bc987651 Add tests for --help 2016-07-06 20:06:07 -07:00
Daniel Imms
6676207fb3 Improve CLI --help formatting
Fixes #7220
2016-07-06 19:51:21 -07:00
Benjamin Pasero
54f91df5b2 Merge branch 'master' into ben/electron 2016-07-06 10:27:53 +02:00
Joao Moreno
06589d9a74 fixes #6771 2016-07-05 17:50:39 +02:00
Benjamin Pasero
5d1affed4b ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE 2016-07-02 08:39:01 +02:00
Benjamin Pasero
c0c45b348d workaround #7498 2016-06-27 10:09:13 +02:00
Joao Moreno
65932a90bb extension model: periodic update checks 2016-06-21 15:54:22 +02:00
Joao Moreno
877cd91459 missed reference 2016-06-19 09:24:57 +02:00
Joao Moreno
e4d80d8ac6 split local vs gallery extensions 2016-06-17 11:02:46 +02:00
Joao Moreno
4c8410c1a1 extension.manifest 2016-06-16 19:08:42 +02:00
Joao Moreno
60798fdae0 remove galleryInformation 2016-06-16 18:54:57 +02:00
Joao Moreno
f5cbb9fe63 cleanup IGalleryExtension 2016-06-16 18:13:17 +02:00
Joao Moreno
12ba6a2a6d simplify extension events 2016-06-16 17:26:10 +02:00
Joao Moreno
b498c11bdf add telemetry service in cli process 2016-06-14 16:26:50 +02:00
Joao Moreno
165c6be0ac common properties in shared proc telemetry service 2016-06-14 16:26:50 +02:00
Joao Moreno
8071d47982 remove console.log telemetry 2016-06-08 15:45:53 +02:00
Joao Moreno
9a543b59a4 isolate telemetry in vs/platform/telemetry 2016-06-08 15:21:39 +02:00
Joao Moreno
ae0f60e946 initialize telemetry service 2016-06-07 19:52:58 +02:00
Joao Moreno
261f0f1cf6 wip: telemetry service in shared process 2016-06-07 17:45:08 +02:00
Joao Moreno
39a82d2ee4 fixes #6959 2016-06-02 10:16:34 +02:00
Joao Moreno
f22a249469 Merge remote-tracking branch 'origin/master' 2016-05-27 09:44:01 +02:00
Joao Moreno
82b6aae02f return empty promise 2016-05-27 09:43:25 +02:00
Joao Moreno
d0eba0dbd4 Merge branch 'master' into tyriar/install_extension_ret_zero 2016-05-27 09:41:34 +02:00
Joao Moreno
58b253544b mention extension id case sentitivity
fixes #6727
2016-05-26 10:46:12 +02:00
Joao Moreno
09ecb80c94 always check whether extension is installed
fixes #6732
2016-05-26 10:45:06 +02:00
Joao Moreno
870c700e55 parse gallery error message
fixes #6761
2016-05-26 10:42:08 +02:00
Joao Moreno
91198c9b95 localize help messages
fixes #6717
2016-05-26 10:25:58 +02:00
Joao Moreno
d12a408d8a uppercase id
fixes #6870
2016-05-26 09:14:45 +02:00
Daniel Imms
9c4c58251f Fix typo in cli breaking launch
Fixes #6902
2016-05-25 17:08:17 -07:00
Daniel Imms
4dd53510e2 Have --verbose work on the bin command
Fixes #6556
2016-05-20 12:28:38 -07:00
Daniel Imms
49990e778b Merge remote-tracking branch 'origin' into tyriar/install_extension_ret_zero 2016-05-13 18:52:12 -07:00
Daniel Imms
a631525fbb Have --install-extension exit earlier if already installed
Fixes #6364
2016-05-13 18:49:43 -07:00
Daniel Imms
02d79c97ed Return 0 if extension already installed
Fixes #6365
2016-05-13 18:26:25 -07:00
Daniel Imms
cf48c4eb7d Fix --uninstall-extension typo in --help
Fixes #6266
2016-05-12 00:15:42 -07:00
Johannes Rieken
224bbb8b45 run the actual ai module inside the shared process such that it cannot tamper with the main process, fixes #1000 2016-05-10 14:39:31 +02:00
Joao Moreno
b455db9f35 docs 2016-05-04 17:40:46 +02:00
Joao Moreno
93eb848846 (un)install multiple extensions at once
fixes #691
2016-05-04 17:38:22 +02:00
Joao Moreno
ac7a5c5d9e --uninstall-extension #691 2016-05-04 17:38:18 +02:00
Joao Moreno
6043ff88dc --install-extension #691 2016-05-04 17:38:12 +02:00
Joao Moreno
eab9ef45a4 --list-extensions #691 2016-05-04 17:38:05 +02:00
Joao Moreno
72f9c0b9b2 platform/extensionManagement 2016-05-04 17:38:03 +02:00
Joao Moreno
cc8b65c8c8 simplify shared process startup 2016-05-04 17:38:03 +02:00
Joao Moreno
faf07be9e2 introduce IEnvironmentService 2016-05-04 17:38:03 +02:00
Joao Moreno
fb467cc7a6 reduce app dependency from env 2016-05-02 18:54:07 +02:00
Joao Moreno
fda1e69828 move args, cli, sharedProcessMain to code 2016-05-02 16:05:37 +02:00