Commit Graph

2026 Commits

Author SHA1 Message Date
Benjamin Pasero bf94bedcfe build - workbench.main => workbench.desktop.main 2019-08-12 12:06:44 +02:00
Rachel Macfarlane abb40b14ff Revert "Use application insights module instead of script tag, fixes https://github.com/microsoft/vscode/issues/78475"
This reverts commit 803e140a23.
2019-08-09 11:44:52 -07:00
RMacfarlane 803e140a23 Use application insights module instead of script tag, fixes https://github.com/microsoft/vscode/issues/78475 2019-08-09 10:34:57 -07:00
Benjamin Pasero ded1ac5379 window - remove obsolete code for showing window in did-finish-load
We since have changed the code so much that we always show the window after it is being created.
2019-08-09 18:34:17 +02:00
Benjamin Pasero 6bf98da053 strict init (#78168) 2019-08-07 12:31:25 +02:00
Rachel Macfarlane 8efcc47e18 strictPropertyInitialization, #78168 2019-08-05 09:05:30 -07:00
Benjamin Pasero 87f2b7682f :polish: prefer to open file in same window if triggered from integrated terminal 2019-08-05 17:25:55 +02:00
Benjamin Pasero 41df3bcb7c debt - test all optional modules 2019-08-05 16:45:21 +02:00
Joao Moreno 3015179c04 strictPropertyInitialization
related to #78168
2019-08-05 15:38:13 +02:00
Benjamin Pasero b082da1f19 Enable simple fullscreen again (fix #75054) 2019-08-05 15:30:28 +02:00
Alex Dima fc727b7bc7 Do not send isBuilt 2019-07-31 21:42:56 +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
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