Commit Graph
288 Commits
Author SHA1 Message Date
Sandeep Somavarapu 22895e9856 Introduce a server method to check if extensions are ready on server 2020-11-19 12:54:31 +01:00
Sandeep Somavarapu a36c68b9ec Fix #110905 2020-11-19 03:23:22 +01:00
Sandeep Somavarapu d3057c54c8 remove console.time 2020-11-17 16:21:33 +01:00
Sandeep Somavarapu 7bf226cf50 add console log service to cli 2020-11-17 16:07:48 +01:00
Sandeep Somavarapu 0ec4ce387d Fix #110574 2020-11-13 15:31:27 +01:00
Sandeep Somavarapu 88144f6d31 Fix #80698
- Inline semver
2020-10-26 12:12:07 +01:00
Sandeep Somavarapu b813399093 - use --install-builtin-extension arg instaed of --builtin flag to install builtin extension
- speed up installing extensions in cli
2020-10-22 22:31:52 +02:00
Sandeep Somavarapu 03912754be support user built in extensions 2020-10-09 17:08:38 +02:00
Sandeep Somavarapu 847f289f36 use async await 2020-10-09 09:08:49 +02:00
Sandeep Somavarapu 13b3a9f5c8 Revert "remove support for disabling syncing extension from cli"
This reverts commit 219a470363.
2020-10-09 09:08:49 +02:00
Sandeep Somavarapu 312a812441 Fix #108250 2020-10-07 19:10:55 +02:00
Sandeep Somavarapu 219a470363 remove support for disabling syncing extension from cli 2020-09-29 00:13:11 +02:00
Benjamin Pasero 4af670c204 debt - more native environment service adoption 2020-09-18 09:58:54 +02:00
Benjamin Pasero a60bbd1f0d environmentService => nativeEnvironmentService 2020-09-18 09:51:08 +02:00
Benjamin Pasero ae6e3bcb49 debt - introduce native environment service descriptor 2020-09-18 09:49:32 +02:00
Benjamin Pasero 0280c04dc6 sandbox - lift some environment properties that are only used in workbench up 2020-09-03 15:03:54 +02:00
Benjamin Pasero ae942354ab sandbox - move native environment service to common layer 2020-09-03 11:30:08 +02:00
Benjamin Pasero 3c80a82a8e perf - load semver-umd only when needed in cli-process 2020-08-27 17:08:36 +02:00
Sandeep Somavarapu 76aff83121 #100399 Update categories 2020-06-23 18:41:45 +02:00
Sandeep Somavarapu d774ade0cc rename donot-sync to do-not-sync 2020-06-03 20:58:19 +02:00
Sandeep Somavarapu 37c72e77a0 Add ability to not to sync an extension while installing using cli 2020-05-29 15:56:36 +02:00
Sandeep Somavarapu f676774cb7 Revert "Revert "allow setting default tag while installing extensions""
This reverts commit 40559425c7.
2020-05-28 08:07:47 +02:00
Matt Bierner 40559425c7 Revert "allow setting default tag while installing extensions"
This reverts commit a2bc061bc6.

Revert "merge metadata into local extension"

This reverts commit b354b435ce.
2020-05-27 17:18:08 -07:00
Sandeep Somavarapu a2bc061bc6 allow setting default tag while installing extensions 2020-05-27 20:31:11 +02:00
Ladislau Szomoru 16460ceb51 CLI - Add a 1 second timeout for flushing the telemetry (#97622)
* Add a 1 second timeout for flushing the telemetry
2020-05-13 10:56:28 +02:00
Benjamin Pasero b19b7a7f41 es6 - use more find over filter 2020-05-04 09:44:59 +02:00
SteVen Batten 4abcc03d6a update to telemetry service/callstack or exception 2020-04-27 17:33:44 -07:00
Rob Lourens 9d6105b9d8 Merges changes from distro that should have gone into master
Update recommendations for C#.

The C# extension moved to a new publisher ID and the recommendations
need updating.
2020-04-07 14:50:35 -07:00
Benjamin Pasero 9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
Sandeep Somavarapu 6b71b834f3 #90076 move config service to common 2020-02-18 08:59:43 +01:00
Sandeep Somavarapu 5608bb8185 Fix #90440 2020-02-11 13:14:38 +01:00
Benjamin Pasero 8a997f7321 Web: extension recommendations are not working (fix #90421) 2020-02-11 07:33:38 +01:00
Benjamin Pasero 64eed745f5 💄 move a few services around 2019-09-26 18:37:58 +02:00
Benjamin Pasero 93bb67d7ef debt - use common/product over node/product 2019-09-16 11:35:11 +02:00
Benjamin Pasero fd32392699 debt - common/product => common/productService 2019-09-16 11:31:22 +02:00
Benjamin Pasero 5e1179f0b8 web - move help actions to browser 2019-09-16 10:37:58 +02:00
Martin Aeschlimann 7a67a54e5e extensionDevelopmentPath is string[] 2019-09-05 15:46:05 +02:00
SteVen Batten 1727cc2de9 add msft internal identification logic (#79616) 2019-08-26 16:43:39 -07:00
Sandeep Somavarapu 8095541d7d inline product configuration in produt service 2019-08-15 16:08:11 +02:00
Logan Ramos b54d772562 List possible categories (#78198)
* List possible categories

* TODO comment

* Message if category is invalid
2019-07-30 09:06:23 -07:00
Sandeep Somavarapu 92f31bf748 Call flush instead of dispose for flushing telemetry appenders
Wait until data is flushed in cli
2019-07-24 11:15:50 +02:00
Logan Ramos b4734e8524 Filter extensions by category (#77306)
* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Revert commit change

* Provide option to filter by category

* ignore casing

* Remove unwanted build change
2019-07-23 07:29:35 -07:00
Sandeep Somavarapu d685337db2 Use semver-umd everywhere 2019-07-18 15:33:53 +02:00
Sandeep Somavarapu 8ffcb49f4f disable some extension commands in web 2019-07-18 11:20:44 +02:00
Sandeep Somavarapu 2abb3579f9 move gallery service to common and enable it in web 2019-07-15 12:40:31 +02:00
Sandeep Somavarapu c3a9e10a07 move extensionValidator to common 2019-07-15 12:34:25 +02:00
Sandeep Somavarapu 002a1221bb Dispose always 2019-07-11 12:55:23 +02:00
Sandeep Somavarapu 6aaa60ec6f use fileservice to download 2019-07-11 12:34:27 +02:00
Sandeep Somavarapu fe3e0cdcde Support request service in web 2019-07-10 22:08:03 +02:00
Martin Aeschlimann 6cee0791bf Remove suppressImplicitAnyIndexErrors For. #76442 2019-07-03 12:00:22 +02:00