Commit Graph

2051 Commits

Author SHA1 Message Date
Alex Dima ea7f62fa08 Fixes #79496: Always go through the protocol handler 2019-08-20 14:28:55 +02:00
Johannes Rieken 711faedf57 allow https: as 'script-src' 2019-08-20 11:18:32 +02:00
Benjamin Pasero b9748c53f0 debt - menubar service should not live in common (#79181) 2019-08-19 20:02:11 +02:00
DiamondYuan b0a495e866 refactor: GlobalStorageDatabaseChannel should dependents in IStorageMainService (#79387) 2019-08-19 11:17:45 +02:00
Alex Dima 265dba5598 Fixes microsoft/vscode-remote-release#687:
- remove ipc message that passes over the resolved authority
- don't go through the protocol handler when hitting 127.0.0.1
2019-08-16 17:37:40 +02:00
Benjamin Pasero bd9d98bb41 💄 2019-08-16 10:50:21 +02:00
Sandeep Somavarapu 8095541d7d inline product configuration in produt service 2019-08-15 16:08:11 +02:00
Benjamin Pasero 262bb4c4ad debt - make diagnostics service only accessible from node 2019-08-15 09:42:43 +02:00
Benjamin Pasero 03a43bbacb debt - move issue service out of common since it will not be supported in the web for now 2019-08-15 09:31:57 +02:00
Benjamin Pasero 48b3d1c061 move windowsIPC => common 2019-08-14 16:29:28 +02:00
Johannes Rieken 0fb1f5504a Merge branch 'master' into joh/e5host 2019-08-13 10:08:41 +02:00
Benjamin Pasero 5a162ad795 main.ts => desktop.main.ts 2019-08-13 08:15:57 +02:00
Rachel Macfarlane 8ffdc18c1d Use application insights module, #78475, fixes #78840 2019-08-12 10:32:20 -07:00
Johannes Rieken fb67bc7568 Merge branch 'master' into joh/e5host 2019-08-12 15:13:46 +02:00
Andre Weinand 71fcfc4683 support empty window when debugging extensions 2019-08-12 13:16:05 +02:00
Benjamin Pasero bf94bedcfe build - workbench.main => workbench.desktop.main 2019-08-12 12:06:44 +02:00
Johannes Rieken b2107be200 Merge branch 'master' into joh/e5host 2019-08-12 10:49:10 +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
Johannes Rieken 171d9cb9b2 Merge branch 'master' into joh/e5host 2019-08-09 15:16:37 +02:00
Benjamin Pasero 6bf98da053 strict init (#78168) 2019-08-07 12:31:25 +02:00
Johannes Rieken 0db668ac8a tiny tweaks 2019-08-07 10:16:31 +02:00
Johannes Rieken 4b384d49f3 Merge branch 'master' into joh/e5host 2019-08-06 17:23:01 +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