2015 Commits

Author SHA1 Message Date
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
Joao Moreno
f2f21da86f fixes #74103 2019-07-30 16:58:56 +02:00
Alex Dima
bc943bc3fe Pass in connectionToken 2019-07-29 21:44:14 +02:00
Daniel Imms
d4b3a7a22f Fix smoke tests
Fixes #77670
2019-07-24 17:35:56 -07:00
Sandeep Somavarapu
18c1b7eab5 fix compilation 2019-07-24 12:09:04 +02: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
Alex Dima
6956390285 Add webSocketFactory option 2019-07-23 21:22:37 +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
Matt Bierner
d5fd351a88 Add setting that enables using a dynamic endpoint for hosting the static webview content
For #77132
2019-07-22 13:31:48 -07:00
Sandeep Somavarapu
8295e325ae Enable download service for browser 2019-07-20 05:17:46 +02:00
Martin Aeschlimann
6163b86243 add gotoLineMode to IOpenSettings 2019-07-18 16:56:14 +02:00
Sandeep Somavarapu
d685337db2 Use semver-umd everywhere 2019-07-18 15:33:53 +02:00
Andre Weinand
fb0e9f7d03 cleanup ExtensionHostDebugService 2019-07-18 11:56:42 +02:00
Sandeep Somavarapu
8ffcb49f4f disable some extension commands in web 2019-07-18 11:20:44 +02:00
Rachel Macfarlane
326c26b9e0
Create browser version of telemetry service 2019-07-17 15:58:09 -07:00
Sandeep Somavarapu
cf6ccf1371 Use semver umd module 2019-07-17 16:52:50 +02:00
Sandeep Somavarapu
758780ba1e Merge branch 'master' into sandy081/web/extensionsManagement 2019-07-17 00:57:55 +02:00
Sandeep Somavarapu
957c83c4ef move extension management ipc to common 2019-07-16 15:43:51 +02:00
SteVen Batten
5632c4929f
fix mac address resolution on touchbar devices (#77033)
* fix mac address issue

* add event for machineId disambig

* convert to async for readability

* address comments

* getMac - clean up timeout handling

* app - merge machine id handling into one
2019-07-15 09:47:59 -07:00
Benjamin Pasero
19f5b72527 debt - test for native helpers as a test 2019-07-15 16:35:13 +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
1bd34868c7 remove references to pkg and product and use productService 2019-07-15 12:24:40 +02:00
Sandeep Somavarapu
27aebd4015 use fileservice for read/write marketplace machineid 2019-07-15 12:20:56 +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
8f4d34e0ff Merge branch 'master' into sandy081/requestService 2019-07-11 12:11:20 +02:00
Matt Bierner
61168fcf40 Fixing / supressing more implict index errors
#76442
2019-07-10 14:31:34 -07:00
Matt Bierner
ff6d604294 Fix or supress more implict index access errors
For #76442
2019-07-10 14:05:48 -07:00
Sandeep Somavarapu
fe3e0cdcde Support request service in web 2019-07-10 22:08:03 +02:00
Benjamin Pasero
55f4cdedbc web - cache and restore base theme via localstorage
Also: let the theme service not change classes on document.body but the actual container of the workbench
2019-07-10 18:51:49 +02:00
Johannes Rieken
65ca26af5a use webworker lib 2019-07-10 13:30:47 +02:00
Alex Dima
49c45742b9 Towards loading TM grammars in a web worker 2019-07-09 08:53:13 +02:00
Benjamin Pasero
3976e538f5 remove swipeToNavigate (#57629) 2019-07-09 08:02:47 +02:00
Benjamin Pasero
df5b5cecfe debt - port over some electron6 changes 2019-07-08 08:43:11 +02:00
Sandeep Somavarapu
6fcabcdc24 make backup path URI
clean up user data provider
2019-07-05 12:55:46 +02:00
Benjamin Pasero
6c61f43084 history - allow to navigate with mouse buttons 3/4 2019-07-04 10:49:44 +02:00
Martin Aeschlimann
191756a040 Option.key: keyof ParsedArgs 2019-07-03 12:43:11 +02:00
Martin Aeschlimann
6cee0791bf Remove suppressImplicitAnyIndexErrors For. #76442 2019-07-03 12:00:22 +02:00
Matt Bierner
98b5ee978b Replacing IDisposible[] with DisposableStore
#74250
2019-07-02 16:37:35 -07:00
Logan Ramos
01defd1c60
Cleanup argv (#76416) 2019-07-02 09:19:10 -07:00
Benjamin Pasero
41ae43ed74 electron 4 - provide access to clipboard module 2019-07-02 16:37:53 +02:00
Benjamin Pasero
1da6ba5b0e 💄 2019-07-02 12:40:40 +02:00
Benjamin Pasero
2c3e8a8e39 fix one for #76442 2019-07-02 07:52:32 +02:00
Matt Bierner
9df60d83bc Fix some implictIndex errors
#76442
2019-07-01 19:54:01 -07:00
Logan Ramos
26d0bbd5d9
Initial Strict Typing Support for Telemetry Events (#75785)
* Added command line information to display details about collected telemetry

* Telemetry tooling exploration

* Changing telemetry calls to be strongly typed

* Fixed an event definition

* Removed telemetry command

* More removing of telemetry command

* Fixed compilation errors

* Forgotten property

* Updated typings so diff was aligned
2019-07-01 14:37:43 -07:00
Benjamin Pasero
0601c25ed4 electron 4 - persist normal bounds if window maximized (fix #422) 2019-07-01 08:13:31 +02:00
Benjamin Pasero
be08339180 electron 4 - do more remote filtering 2019-07-01 08:13:31 +02:00
Benjamin Pasero
2b9bc19728 web - add shortcut icon 2019-06-28 18:02:35 +02:00
Logan Ramos
4a69a71065
Telemetry Command (#76029)
* Added telemetry command

* Initial Build support

* Added build logic for telemetry

* Linux Builds

* Windows builds sort of work

* Remove arm telemetry extraction

* Remove alpine telemetry extraction

* Remove accidental s

* More try catch
2019-06-24 18:47:12 -07:00