Commit Graph

94 Commits

Author SHA1 Message Date
Joao Moreno
92db0fb9ff 💄 2016-10-14 15:27:25 +02:00
Joao Moreno
7f80de0476 Merge branch 'feature/12963_ListExtensions_should_show_extension_version' of https://github.com/greams/vscode into greams-feature/12963_ListExtensions_should_show_extension_version 2016-10-14 15:25:47 +02:00
Johannes Rieken
6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
greams
e0bd67ed5a Add option for --list-extensions arg
- Updates listExtensions() and getId() for optional params showVersions / withVersion
- Adds --help info for new option

Resolves: #12963
2016-10-02 13:39:44 +03:00
Benjamin Pasero
5874111ef2 --verbose tweaks 2016-09-23 12:15:23 +02:00
Sandeep Somavarapu
7baf009e27 WindowEventChannel: Create it before registerting channel - Initial window events are bufferred 2016-09-22 18:51:58 +02:00
Sandeep Somavarapu
b6b7bf914f ChoiceService: ipc 2016-09-22 08:39:19 +02:00
Sandeep Somavarapu
e971497cee windowEventService: ipc 2016-09-22 08:39:19 +02:00
Sandeep Somavarapu
32c6a6a2f2 SharedProcess: Create returns a promise resolved when it is available to connect 2016-09-22 08:39:19 +02:00
Joao Moreno
e023d81ce8 ipc: send client ids when connecting 2016-09-21 10:24:04 +02:00
Joao Moreno
862ac8d858 extensions: built-in 2016-09-19 18:05:24 +02:00
Joao Moreno
dc172cddf8 drop install-vsix altogether 2016-09-15 18:41:16 +02:00
Joao Moreno
b3f39bf739 remove extensionsWorkbenchExtension! 2016-09-15 18:41:16 +02:00
Joao Moreno
9dea73691e process vsix installations from args 2016-09-15 18:41:16 +02:00
Joao Moreno
df3fd2dc41 shared process init data 2016-09-15 18:41:02 +02:00
Joao Moreno
f26cf83dd8 print commit in new line 2016-09-14 10:09:00 +02:00
Benjamin Pasero
6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Joao Moreno
70ab16cc10 surface error
fixes #11931
2016-09-13 15:23:01 +02:00
Benjamin Pasero
8dcd3e67d7 move argv to platform 2016-09-05 17:19:47 +02:00
Joao Moreno
06241839f3 improved code --help localization
fixes #11218
2016-08-31 15:41:27 +02:00
Joao Moreno
039bba1ed0 show commit when --version 2016-08-30 15:53:09 +02:00
Daniel Imms
de1778435d Revert "Correct --locale suggestion in --help"
This reverts commit 69df5034e4.
2016-08-28 15:06:12 -07:00
Joao Moreno
d2ba113b21 remove deprecated extensions earlier 2016-08-26 15:31:21 +02:00
Benjamin Pasero
9a8b244cb3 delete old node configuration service 2016-08-22 15:50:32 +02:00
Joao Moreno
c2da84de3a cleaner args validation
fixes #10764
2016-08-22 11:56:08 +02:00
Joao Moreno
bf3aff63b2 parseMainProcessArgv 2016-08-22 10:01:08 +02:00
Joao Moreno
bb25b46ff4 decouple execPath from parsedArgs 2016-08-19 16:41:00 +02:00
Joao Moreno
2adf526fa1 remove env.createPaths 2016-08-19 16:41:00 +02:00
Joao Moreno
5f53f7c741 remove debugBrkFileWatcherPort 2016-08-18 16:58:44 +02:00
Joao Moreno
e4b316978b remove args.timestamp 2016-08-18 16:58:44 +02:00
Joao Moreno
d977e9cfcd move debugPluginHost parsing out of env
tests included!
2016-08-18 16:36:20 +02:00
Daniel Imms
69df5034e4 Correct --locale suggestion in --help
Fixes #10655
2016-08-18 00:18:52 -07:00
Benjamin Pasero
16c67219d7 assign execPath also in other places where we use environment service 2016-08-17 14:06:38 +02:00
Benjamin Pasero
8c049b9bf4 reduce ICommandLineArgs and let it extend ParsedArgs 2016-08-17 13:13:09 +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
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
Joao Moreno
450cf5d4d2 uninstall all versions of an extension
fixes #8664
2016-07-26 16:16:40 +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
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