Commit Graph

157 Commits

Author SHA1 Message Date
Benjamin Pasero 11d06f3e2a more env and cli alignment 2016-08-17 13:13:09 +02:00
Benjamin Pasero a0b8579547 cli: debugBrkExtensionHost => debugBrkPluginHost 2016-08-17 13:12:45 +02:00
Benjamin Pasero f270163670 cli: debugExtensionHostPort => debugPluginHost 2016-08-17 13:12:08 +02:00
Benjamin Pasero 98fd5aa1e5 cli: verboseLogging => verbose 2016-08-17 13:11:20 +02:00
Benjamin Pasero e3eaa27e41 send parsed process.argv over from main side to renderer 2016-08-17 13:11:20 +02:00
Joao Moreno 79360dbed9 todo 2016-08-17 12:07:14 +02:00
Joao Moreno 92c7bed93c use request service everywhere 2016-08-17 12:06:08 +02:00
Joao Moreno f7dae6a317 💄 2016-08-17 12:06:08 +02:00
Benjamin Pasero be2034c5b5 keep environment service simple 2016-08-17 11:11:58 +02:00
Benjamin Pasero d2a413ee9a more use of IEnvironmentService 2016-08-17 07:54:59 +02:00
Joao Moreno ae1d545716 improve request service interface 2016-08-16 18:17:00 +02:00
Joao Moreno 492dc4a162 remove NodeRequestService 2016-08-16 18:17:00 +02:00
Joao Moreno a61546ac64 extension gallery service uses IRequestService2
moves proxy business away from each consumer
2016-08-16 18:17:00 +02:00
Joao Moreno a672eeb462 make json, download not call request 2016-08-16 18:17:00 +02:00
Joao Moreno c8caac361f contain gallery code inside GalleryService
related to #10180
2016-08-16 18:17:00 +02:00
Joao Moreno 52c1ba498b uninstall duplicate versions
fixes #9903
2016-08-15 15:27:16 +02:00
Benjamin Pasero f29f71d10b Clean up the View menu (fixes #9924) 2016-08-12 07:07:02 +02:00
Joao Moreno bd81089174 Merge branch 'urlservice' 2016-08-09 15:48:51 +02:00
Joao Moreno ab09a74c80 isolate index.js from index.html 2016-08-08 16:52:32 +02:00
Joao Moreno 18beedd450 improve consistency in env sent to renderer procs
fixes #10194
2016-08-08 16:12:37 +02:00
Benjamin Pasero b91c182be4 click twice to open folder after start vscode (fixes #9834) 2016-08-08 09:41:20 +02:00
Benjamin Pasero ee55203ad4 File -> Open Recent menu shows paths containing "&" wrong (fixes #10049) 2016-08-08 09:17:23 +02:00
Benjamin Pasero a9716fbd9f "Go" > "Switch Group" > "Side Group" should be labelled "Center Group" (fixes #10131) 2016-08-08 08:32:00 +02:00
Sandeep Somavarapu 35ef7bc18e clean up env passing from main to renderers
related to #10194
2016-08-05 17:38:49 +02:00
Sandeep Somavarapu b4e188f97c fix start arguments in launch ipc 2016-08-05 17:38:49 +02:00
Joao Moreno 51047443d3 pimp up open-url 2016-08-04 18:59:44 +02:00
Joao Moreno 7803b68ca1 wip: send openUrl only to the active window 2016-08-04 18:38:13 +02:00
Joao Moreno fe33ef722a wip: url service 2016-08-04 11:51:40 +02:00
Joao Moreno c063542c2a wip: UrlService 2016-08-03 18:03:53 +02:00
Joao Moreno 450cf5d4d2 uninstall all versions of an extension
fixes #8664
2016-07-26 16:16:40 +02:00
Joao Moreno a48045e050 allow shared process debugging 2016-07-26 10:42:47 +02:00
Joao Moreno 249398124e support headless vsix installations
fixes #9585
2016-07-22 12:24:37 +02:00
Joao Moreno 2545370a00 document extensionHomePath 2016-07-20 17:54:16 +02:00
Joao Moreno 82136bd865 increase auto update check period 2016-07-13 12:58:00 +02:00
Joao Moreno e03a964556 remove last checked update
fixes #7515
2016-07-13 12:57:29 +02:00
Joao Moreno 8402249d48 oops 2016-07-13 12:54:37 +02:00
Joao Moreno d0c123d79b always convert args to strings
fixes #7498
2016-07-13 12:54:16 +02:00
Joao Moreno 2cdcaf24ee create paths in cli process main
fixes #7505
2016-07-13 12:51:58 +02:00
Joao Moreno 3892edb307 move userSettings down to base
fixes #7453
2016-07-12 10:00:09 +02:00
Daniel Imms c9967d1884 Add -p to --help CLI output 2016-07-11 12:58:45 -07:00
Joao Moreno a852df9425 scope sockets to version
fixes #8948
2016-07-11 15:27:35 +02:00
Joao Moreno 1336b3d3c0 wrap user env in a mark
fixes #8434
2016-07-11 11:53:09 +02:00
Benjamin Pasero 0525466708 back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-07-08 16:12:10 +02:00
Daniel Imms d142a5e329 Merge pull request #8845 from Microsoft/tyriar/cli_help_format
Tyriar/cli help format
2016-07-07 09:53:43 -07:00
Daniel Imms e3fcbe6b6d Fix argv tests 2016-07-07 09:52:54 -07:00
Johannes Rieken 2077cb3ff8 turn serviceId into _serviceBrand:any to follow common practive
see https://basarat.gitbooks.io/typescript/content/docs/tips/nominalTyping.html and https://github.com/Microsoft/TypeScript/blob/7b48a182c05ea4dea81bab73ecbbe9e013a79e99/src/compiler/types.ts#L693-L698
2016-07-07 12:21:16 +02:00
Alex Dima 0c9211509b Fix typo (#8823) 2016-07-07 13:03:57 +03: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